From b8a98f8890f844f6c3cfd45ae5e5dfc8e6c0cb6c Mon Sep 17 00:00:00 2001 From: vogel76 Date: Sun, 8 Dec 2013 01:09:54 +0100 Subject: [PATCH] [BW]: [Ign] CMakeLists.txt changes to support Cmake boost configuration. --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76225be..f87607f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,10 +18,7 @@ SET( CMAKE_DEBUG_POSTFIX _debug ) SET( BUILD_SHARED_LIBS NO ) if( WIN32 ) - set( RPCRT4 Rpcrt4 ) - #boost - SET( Boost_INCLUDE_DIR $ENV{BOOST_ROOT} ) - #Using shared libs for boost on windows + set( RPCRT4 Rpcrt4 ) else(WIN32) SET(Boost_USE_STATIC_LIBS ON) FIND_PACKAGE(Boost 1.51 COMPONENTS thread date_time system filesystem program_options signals serialization chrono unit_test_framework context )