Browse Source

BEHAVE

pull/2804/head
DraVee 5 months ago
parent
commit
d11b57ad1e
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -533,6 +533,7 @@ else()
# wow # wow
if (PLATFORM_LINUX) if (PLATFORM_LINUX)
cmake_policy(SET CMP0167 NEW)
find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber) find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber)
else() else()
find_package(Boost 1.57.0 CONFIG REQUIRED) find_package(Boost 1.57.0 CONFIG REQUIRED)

Loading…
Cancel
Save