Browse Source

it's optional anyway

pull/2926/head
DraVee 4 months ago
parent
commit
8de4b5acb3
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -534,7 +534,7 @@ else()
find_package(zstd 1.5 REQUIRED MODULE)
# wow
find_package(Boost 1.57.0 CONFIG REQUIRED OPTIONAL_COMPONENTS headers context fiber)
find_package(Boost 1.57.0 CONFIG REQUIRED OPTIONAL_COMPONENTS headers context system fiber)
if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR ANDROID)
find_package(gamemode 1.7 MODULE)

Loading…
Cancel
Save