diff options
author | crupest <crupest@outlook.com> | 2020-03-18 21:40:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-18 21:40:10 +0800 |
commit | 068714c0f2fe7ab003462e5483f9944b0bf2f8e0 (patch) | |
tree | a16aea1a4414c2763e2d82eabd9bf68d4e44c7fc /CMakeLists.txt | |
parent | b129c5a144dfb116082689ffaaa9ac78e2403656 (diff) | |
download | cru-068714c0f2fe7ab003462e5483f9944b0bf2f8e0.tar.gz cru-068714c0f2fe7ab003462e5483f9944b0bf2f8e0.tar.bz2 cru-068714c0f2fe7ab003462e5483f9944b0bf2f8e0.zip |
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 62709ec5..34adff17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(CruUI) enable_testing() -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 17) if (MSVC) string(REGEX REPLACE "/W[0-4]\\s*" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) |