diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-27 23:54:39 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-28 00:17:26 +0100 |
| commit | 6174931fe58b1dc0fc64029dbe3abefc81aa67d5 (patch) | |
| tree | 0119a8b41608c84c88981efd8362a15f01602491 /tools | |
| parent | c297c02652575e2affccbba16be0176d30d5ff06 (diff) | |
| download | psn00bsdk-6174931fe58b1dc0fc64029dbe3abefc81aa67d5.tar.gz | |
Refactor io/system573, switch to MSVC for CI builds
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index af99046..6f604d5 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -14,7 +14,7 @@ include(GNUInstallDirs) set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>") set(CMAKE_C_STANDARD 11) -set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD 17) ## Dependencies |
