Browse Source

[cmake] fix boost error

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/250/head
crueter 7 months ago
committed by crueter
parent
commit
47d897f04d
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -733,7 +733,7 @@ find_package(Threads REQUIRED)
# Platform-specific library requirements
# ======================================
if (NOT TARGET Boost::headers)
if (TARGET Boost::headers)
target_link_libraries(Boost::headers INTERFACE Boost::disable_autolinking)
endif()

Loading…
Cancel
Save