Skip to content

Commit

Permalink
Disable C++ extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Mar 31, 2020
1 parent 0a12c16 commit b3c4dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project(GymIgnition VERSION 0.1)

# C++ standard
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Include useful features
Expand Down

0 comments on commit b3c4dc9

Please sign in to comment.