diff --git a/CMakeLists.txt b/CMakeLists.txt index 5512165..5c3d119 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT TARGET ${PROJECT_NAME}) $ $ ) - target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_17) + target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_20) endif() option(BUILD_TESTS "Build unit tests" OFF)