[cmake] fix boost error

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-08-12 21:46:54 -04:00 committed by crueter
parent 84818e9865
commit 47d897f04d
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -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()