diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-09 22:28:14 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-09 22:28:14 +0400 |
commit | 0b1c0f3eb647a7630b473bfec75a3411dab89583 (patch) | |
tree | 7653b70708b1dbc705e52a9609e0f851ba2ce00b /source/test/programs | |
parent | 2adba315f23733634ca01e1aa53ca5dcdbf43d30 (diff) | |
download | kit-0b1c0f3eb647a7630b473bfec75a3411dab89583.zip |
[CMake] Compile features
Diffstat (limited to 'source/test/programs')
-rw-r--r-- | source/test/programs/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/test/programs/CMakeLists.txt b/source/test/programs/CMakeLists.txt index 46bc8e9..e9f8856 100644 --- a/source/test/programs/CMakeLists.txt +++ b/source/test/programs/CMakeLists.txt @@ -20,7 +20,6 @@ if(KIT_ENABLE_TESTING) TIMEOUT "30") add_executable(cpp_example cpp_example.cpp) - target_compile_features(cpp_example PRIVATE cxx_std_20) target_link_libraries(cpp_example ${KIT_TEST_LIBRARY}) add_test( NAME cpp_example_test |