From 4de6f1b532c1ec7da0df191879d1177e88d5b95a Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sat, 17 Oct 2009 02:32:12 +0000 Subject: [PATCH] CMakeLists.txt placeholder with directions on where to find boost-cmake [SVN r56943] --- CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000000..df958f5af9 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,12 @@ +message(SEND_ERROR " +Boost *IS* buildable with cmake, however this is +distributed separately. + +See the boost-cmake wiki: + + https://svn.boost.org/trac/boost/wiki/CMake + +For the location of CMakeable distributions. +" +) +