diff options
author | crupest <crupest@outlook.com> | 2021-10-14 21:58:14 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-14 21:58:14 +0800 |
commit | d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95 (patch) | |
tree | f88c16c14c187db9cade505b6ed6153a0630c6e9 /CMakeLists.txt | |
parent | 5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5 (diff) | |
download | cru-d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95.tar.gz cru-d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95.tar.bz2 cru-d3e2a751353e6c5b0e4d7c0a2af1cdbc09d3ea95.zip |
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 87e15f5b..1de2d440 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,12 +3,12 @@ cmake_minimum_required(VERSION 3.14) set(CMAKE_TOOLCHAIN_FILE $ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file") +set(CMAKE_CXX_STANDARD 20) + project(cru) enable_testing() -set(CMAKE_CXX_STANDARD 17) - set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) |