Changeset 285 in pacpusframework
- Timestamp:
- Mar 25, 2014, 11:26:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusDependencies.cmake
r267 r285 106 106 set(Boost_USE_STATIC_RUNTIME OFF) 107 107 list(APPEND PACPUS_DEFINITIONS " -DBOOST_ALL_DYN_LINK ") 108 if(CMAKE_COMPILER_IS_GNUC) 109 list(APPEND PACPUS_DEFINITIONS " -lpthread ") 110 endif() 108 111 find_package(Boost 1.54.0 109 112 COMPONENTS 113 chrono # thread 114 date_time # thread 110 115 program_options #1.32.0 116 system # log, thread needed on Linux 117 thread 111 118 ) 112 119 if(Boost_FOUND) … … 121 128 #filesystem 122 129 log # 1.54.0 123 log_setup 124 system # needed on Linux 130 log_setup # log 125 131 ) 126 132 include_directories(${Boost_INCLUDE_DIRS})
Note:
See TracChangeset
for help on using the changeset viewer.