diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-05 19:30:22 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 9c4f8dfc97dc106b054191399bd5f320c111b179 (patch) | |
| tree | e70dd53c3f32bbc057be42bbb06c1a348857b6a7 /CMakeLists.txt | |
| parent | ba47b5d35e90f0e4a5ea55d00dbe82acba65fb56 (diff) | |
Create cmake.yml to run tests on github actions
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 46cf18c5..22ff49d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(SET CMP0076 NEW) # silence warning project(AttorneyOnline) -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_AUTOMOC ON) |
