Skip to content

Commit

Permalink
Reinstate CXX_STANDARD in main CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
hrobeers committed Mar 26, 2020
1 parent 4e1ccb8 commit 8c00b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ option(Tests "Build the tests executable" OFF)
option(Web "Include the web components" ON)

# Build flags
set(CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(DEBUG_FLAGS "-g -O0 -Wall -Wextra -pedantic")
set(RELEASE_FLAGS "-O3 -fomit-frame-pointer -finline-functions")

Expand Down

0 comments on commit 8c00b40

Please sign in to comment.