CMakeLists.txt 427 B

1234567891011121314151617
  1. # Copyright Troy D. Straszheim 2009.
  2. # Distributed under the Boost Software License, Version 1.0.
  3. # (See accompanying file LICENSE_1_0.txt or copy at
  4. # http://www.boost.org/LICENSE_1_0.txt)
  5. message(SEND_ERROR "
  6. Boost *IS* buildable with cmake, however this is
  7. distributed separately.
  8. See the boost-cmake wiki:
  9. https://svn.boost.org/trac/boost/wiki/CMake
  10. For the location of CMakeable distributions.
  11. "
  12. )
粤ICP备19079148号