Changeset 301 in pacpusframework for trunk/cmake/PacpusDependencies.cmake
- Timestamp:
- Apr 8, 2014, 10:03:01 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 build 2 CMakeLists.txt.user*
-
- Property svn:ignore
-
trunk/cmake/PacpusDependencies.cmake
r285 r301 123 123 list(APPEND PACPUS_DEPENDENCIES_LIB ${Boost_LIBRARIES}) 124 124 endif() 125 125 126 if(PACPUS_USE_LOG) 126 127 find_package(Boost 1.54.0 REQUIRED … … 130 131 log_setup # log 131 132 ) 132 include_directories(${Boost_INCLUDE_DIRS}) 133 link_directories(${Boost_LIBRARY_DIRS}) 133 list(APPEND PACPUS_DEPENDENCIES_INC ${Boost_INCLUDE_DIRS}) 134 list(APPEND PACPUS_DEPENDENCIES_LIB ${Boost_LIBRARIES}) 135 endif() 136 if(PACPUS_BUILD_TESTS) 137 find_package(Boost 1.21.0 REQUIRED 138 COMPONENTS 139 unit_test_framework 140 ) 134 141 list(APPEND PACPUS_DEPENDENCIES_INC ${Boost_INCLUDE_DIRS}) 135 142 list(APPEND PACPUS_DEPENDENCIES_LIB ${Boost_LIBRARIES})
Note:
See TracChangeset
for help on using the changeset viewer.