File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,13 @@ link_directories(${Boost_LIBRARY_DIRS}/$(Platform)/lib)
3636
3737SET (LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR} /lib/$(Platform))
3838SET (EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR} /bin/$(Platform))
39- endif ()
40-
41- if (__LINUX__)
39+ #linux
40+ else ()
4241add_definitions (-D__LINUX__)
4342add_definitions (-std=c++11)
4443add_definitions (-DBOOST_LOG_DYN_LINK)
4544link_directories (${Boost_LIBRARY_DIRS} )
4645if (NOT DEFINED CSI_BOOST_LIBS)
47- #set(CSI_BOOST_LIBS ${Boost_LIBRARY_DIRS}/libboost_log_setup.a ${Boost_LIBRARY_DIRS}/libboost_log.a boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams pthread rt c)
4846set (CSI_BOOST_LIBS boost_log_setup boost_log boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams pthread rt c)
4947endif ()
5048set (LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR} /lib)
You can’t perform that action at this time.
0 commit comments