diff --git a/CMakeLists.txt b/CMakeLists.txt index 5adf34a..61d65df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,6 @@ add_subdirectory(td) add_executable(${PROJECT_NAME} main.cpp config.cpp http.cpp manager.cpp posts.cpp state.cpp tg.cpp vk.cpp) -target_compile_options(${PROJECT_NAME} PRIVATE -std=c++2b) +target_compile_options(${PROJECT_NAME} PRIVATE -std=c++2a) target_link_libraries(${PROJECT_NAME} PRIVATE CURL::libcurl nlohmann_json::nlohmann_json uv spdlog::spdlog Td::TdStatic $<$:ws2_32>)