Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Timo Heister <[email protected]>
  • Loading branch information
MFraters and tjhei authored May 30, 2024
1 parent b10424a commit fc4bd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(WorldBuilder C CXX)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_EXTENSIONS OFF)

# SWIG: use standard target name.
if(POLICY CMP0078)
Expand Down

0 comments on commit fc4bd46

Please sign in to comment.