Skip to content

Commit

Permalink
Change build configuration to CPP17 (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbakker-atmind committed Apr 26, 2024
1 parent a15b921 commit db55e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bldsys/cmake/global_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin/${CMAKE_BUILD_TYPE}/${TARGET_ARCH}")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "lib/${CMAKE_BUILD_TYPE}/${TARGET_ARCH}")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "lib/${CMAKE_BUILD_TYPE}/${TARGET_ARCH}")

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)

Expand Down
2 changes: 1 addition & 1 deletion docs/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ build\windows\app\bin\Release\AMD64\vulkan_samples.exe
=== Dependencies

* CMake v3.12+
* C{pp}14 Compiler
* C{pp}17 Compiler
* <<cmake-options,CMake Options>>
* <<3d-models,3D models>>

Expand Down

0 comments on commit db55e98

Please sign in to comment.