Browse Source
[cmake] fix boost error
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/250/head
crueter
7 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|
|
|
|
|
|