Skip to content

Commit

Permalink
CMakeLists.txt: Set CMAKE_CXX_STANDARD to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Dec 22, 2024
1 parent 953fd7d commit 657f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ CONFIGURE_FILE(src/version.h.in ${Vega_Strike_BINARY_DIR}/setup/src/include/vers

MESSAGE("== Vega Strike Version: ${VEGASTRIKE_VERSION_LONG_STR}")

SET(CMAKE_CXX_STANDARD 11)
SET(CMAKE_CXX_STANDARD 14)
SET(CMAKE_CXX_STANDARD_REQUIRED TRUE)
SET(CMAKE_CXX_EXTENSIONS ON)
SET(CMAKE_C_STANDARD 11)
Expand Down

0 comments on commit 657f230

Please sign in to comment.