Skip to content

Commit

Permalink
e Downgrade to C++14, to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Nov 9, 2020
1 parent f18b922 commit a424620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(TEST_NAME StarterProject.tests)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 14)
set(SOURCE_FILES
main.cpp
DemoTest.cpp
Expand Down

0 comments on commit a424620

Please sign in to comment.