From ae55fc15ce7f00cbf4a33b2a7328037fdf28a81a Mon Sep 17 00:00:00 2001 From: DrSocalkwe3n Date: Tue, 18 Feb 2025 16:05:20 +0600 Subject: [PATCH] - --- Libs/TOS Lib/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libs/TOS Lib/CMakeLists.txt b/Libs/TOS Lib/CMakeLists.txt index 974ebb2..effe050 100644 --- a/Libs/TOS Lib/CMakeLists.txt +++ b/Libs/TOS Lib/CMakeLists.txt @@ -23,10 +23,10 @@ find_package(OpenSSL REQUIRED) target_include_directories(${PROJECT_NAME} PUBLIC ${OPENSSL_INCLUDE_DIR}) target_link_libraries(${PROJECT_NAME} PUBLIC ${OPENSSL_LIBRARIES}) -set(Boost_USE_STATIC_LIBS ON) -find_package(Boost REQUIRED COMPONENTS timer) -target_include_directories(${PROJECT_NAME} PUBLIC ${Boost_INCLUDE_DIR}) -target_link_libraries(${PROJECT_NAME} PUBLIC ${Boost_LIBRARIES}) +# set(Boost_USE_STATIC_LIBS ON) +# find_package(Boost REQUIRED COMPONENTS timer) +# target_include_directories(${PROJECT_NAME} PUBLIC ${Boost_INCLUDE_DIR}) +# target_link_libraries(${PROJECT_NAME} PUBLIC ${Boost_LIBRARIES}) file(GLOB_RECURSE SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "Src/*.cpp")