Skip to content

Commit

Permalink
Merge pull request rep-movsd#29 from fmeerkoetter/master
Browse files Browse the repository at this point in the history
Make sure CMake is passing -std=c++17 to the compiler
  • Loading branch information
rep-movsd authored Feb 18, 2019
2 parents b55b186 + 5d99b9d commit b8c3041
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
add_executable (a.out main.cpp)
set(CMAKE_CXX_STANDARD 17)

add_executable (a.out main.cpp)

0 comments on commit b8c3041

Please sign in to comment.