From: Frederic Bouvier Date: Sat, 1 Dec 2012 09:59:58 +0000 (+0100) Subject: Look for Boost 1.52.0 and OpenRTI under Windows X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59d3d66f9113d4402eb3835d38627bc68d67171d;p=simgear.git Look for Boost 1.52.0 and OpenRTI under Windows --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 62c39ad2..b34f0174 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,10 +118,11 @@ if (MSVC AND MSVC_3RDPARTY_ROOT) set( MSVC_3RDPARTY_DIR 3rdParty ) endif (CMAKE_CL_64) - set (CMAKE_LIBRARY_PATH ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/lib ${MSVC_3RDPARTY_ROOT}/install/${OSG_MSVC}/OpenScenegraph/lib ) - set (CMAKE_INCLUDE_PATH ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/include ${MSVC_3RDPARTY_ROOT}/install/${OSG_MSVC}/OpenScenegraph/include) + set (CMAKE_LIBRARY_PATH ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/lib ${MSVC_3RDPARTY_ROOT}/install/${OSG_MSVC}/OpenScenegraph/lib ${MSVC_3RDPARTY_ROOT}/install/${OSG_MSVC}/OpenRTI/lib ) + set (CMAKE_INCLUDE_PATH ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/include ${MSVC_3RDPARTY_ROOT}/install/${OSG_MSVC}/OpenScenegraph/include ${MSVC_3RDPARTY_ROOT}/install/${OSG_MSVC}/OpenRTI/include) find_path(BOOST_ROOT boost/version.hpp ${MSVC_3RDPARTY_ROOT}/boost + ${MSVC_3RDPARTY_ROOT}/boost_1_52_0 ${MSVC_3RDPARTY_ROOT}/boost_1_51_0 ${MSVC_3RDPARTY_ROOT}/boost_1_50_0 ${MSVC_3RDPARTY_ROOT}/boost_1_49_0