Skip to content

Commit

Permalink
Downgrade to C++17
Browse files Browse the repository at this point in the history
See: #1
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Feb 16, 2024
1 parent faa18b7 commit 71c259f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
include(vendor/noa/cmake/noa.cmake)
include(cmake/CompilerOptions.cmake)

# set(CMAKE_CXX_STANDARD 17)
# C++ standard
set(CMAKE_CXX_STANDARD 17)

# Options
option(INCLUDEJS_ENGINE "Build the IncludeJS engine library" ON)
Expand Down

0 comments on commit 71c259f

Please sign in to comment.