Changeset 239 in pacpusframework for trunk/cmake/PacpusDependencies.cmake
- Timestamp:
- Nov 29, 2013, 6:39:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusDependencies.cmake
r236 r239 102 102 ################################################################################ 103 103 # Boost 104 set(Boost_USE_STATIC_LIBS OFF) 105 set(Boost_USE_MULTITHREADED ON) 106 set(Boost_USE_STATIC_RUNTIME OFF) 104 107 list(APPEND PACPUS_DEFINITIONS " -DBOOST_ALL_DYN_LINK ") 105 find_package(Boost 1. 32.0108 find_package(Boost 1.54.0 106 109 COMPONENTS 107 program_options 110 program_options #1.32.0 108 111 ) 109 112 if(Boost_FOUND) … … 114 117 endif() 115 118 if(PACPUS_USE_LOG) 116 list(APPEND PACPUS_DEFINITIONS " -DPACPUS_USE_LOG ")117 119 find_package(Boost 1.54.0 REQUIRED 118 120 COMPONENTS 119 log 121 #filesystem 122 log # 1.54.0 120 123 log_setup 121 system124 #system 122 125 ) 123 126 include_directories(${Boost_INCLUDE_DIRS})
Note:
See TracChangeset
for help on using the changeset viewer.