Browse Source

Merge 4751f711de into 6e9e34ed08

pull/172/merge
Rob Lyman 1 year ago committed by GitHub
parent
commit
436c59b93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -185,7 +185,7 @@ link_directories(${Boost_LIBRARY_DIRS})
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
if(NOT Boost_VERSION_MACRO)
# CMP0093 changed Boost_VERSION to x.y.z format and provide the old format in Boost_VERSION_MACRO
set(Boost_VERSION_MACRO ${Boost_VERSION})
set(Boost_VERSION_MACRO ${BOOST_VERSION})
endif()
add_definitions(-DBOOST_SYSTEM_DISABLE_THREADS)
if(win32)

Loading…
Cancel
Save