From a6a238bcf6625c8eb8cf4fde751f1c3049369afa Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sun, 24 Feb 2013 14:46:58 -0800 Subject: [PATCH] Deleting outdated comment --- cpp/BoostParts/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpp/BoostParts/CMakeLists.txt b/cpp/BoostParts/CMakeLists.txt index fe65719d..8078a022 100644 --- a/cpp/BoostParts/CMakeLists.txt +++ b/cpp/BoostParts/CMakeLists.txt @@ -21,12 +21,6 @@ # # bcp call: bcp boost/utility.hpp boost/python.hpp boost/bind.hpp boost/lambda/lambda.hpp boost/exception/all.hpp boost/tuple/tuple_io.hpp boost/tuple/tuple_comparison.hpp boost/regex.hpp boost/foreach.hpp boost/smart_ptr.hpp boost/algorithm/string_regex.hpp boost/thread.hpp boost/unordered_map.hpp boost/unordered_set.hpp boost/format.hpp boost/ptr_container/ptr_container.hpp boost/filesystem.hpp boost/filesystem/fstream.hpp boost/utility.hpp ../BoostParts -# WARNING: When doing this from fresh boost sources, note that in the file -# /boost/config/user.hpp the BOOST_ALL_NO_LIB define has been uncommented. -# Otherwise, we will get linker errors on MSVC because of boost auto-linking. If -# you don't care about Windows then feel free to use the raw boost version of -# /boost/config/user.hpp - cmake_minimum_required( VERSION 2.8 ) project( BoostParts )