[cmake] fix boost error
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
84818e9865
commit
47d897f04d
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ find_package(Threads REQUIRED)
|
||||||
# Platform-specific library requirements
|
# Platform-specific library requirements
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
if (NOT TARGET Boost::headers)
|
if (TARGET Boost::headers)
|
||||||
target_link_libraries(Boost::headers INTERFACE Boost::disable_autolinking)
|
target_link_libraries(Boost::headers INTERFACE Boost::disable_autolinking)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue