Успешный запуск C++ 23!!!

This commit is contained in:
Антон
2025-07-03 10:10:20 +03:00
parent b7c6498126
commit d5a16f246a
+1 -1
View File
@@ -15,7 +15,7 @@ set(Boost_USE_MULTITHREADED ON)
set(Boost_INCLUDE_DIR ${CMAKE_INCLUDE_PATH} ${BOOST_ROOT})
set(Boost_LIBRARY_DIR ${CMAKE_LIBRARY_PATH} "${BOOST_ROOT}/stage/lib")
find_package(Boost 1.84.0 REQUIRED COMPONENTS filesystem json log)
find_package(Boost 1.88.0 REQUIRED COMPONENTS filesystem json log)
if (Boost_FOUND)
include_directories(${Boost_INCLUDE_DIR})
endif ()