1
0
mirror of synced 2024-09-24 03:28:24 +02:00

build: Fix copy-paste bug

This commit is contained in:
WerWolv 2024-07-10 20:50:20 +02:00
parent d7fb1b737f
commit 9e1c2d5a2c

View File

@ -848,7 +848,7 @@ function(generateSDKDirectory)
if (NOT USE_SYSTEM_NLOHMANN_JSON)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/lib/third_party/nlohmann_json DESTINATION "${SDK_PATH}/lib/third_party")
endif()
if (NOT USE_SYSTEM_NLOHMANN_JSON)
if (NOT USE_SYSTEM_BOOST)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/lib/third_party/boost DESTINATION "${SDK_PATH}/lib/third_party")
endif()