Skip to content

Commit

Permalink
cmake: bumped CMAKE_CXX_STANDARD to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Aug 11, 2024
1 parent d05ec9b commit 7754a10
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 @@ -20,7 +20,7 @@ set(SERVER_INSTALL_DIR "bin" CACHE STRING "Server library path relative to game
set(CLIENT_INSTALL_DIR "bin" CACHE STRING "Client library path relative to game directory")
set(UTILS_INSTALL_DIR "devkit" CACHE STRING "Utilities path relative to game directory")
set(SERVER_LIBRARY_NAME "server" CACHE STRING "Library name for Linux/MacOS/Windows")
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)

if(BUILD_CLIENT)
list(APPEND VCPKG_MANIFEST_FEATURES "client")
Expand Down

0 comments on commit 7754a10

Please sign in to comment.