Skip to content

Commit

Permalink
Enabled C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Dec 21, 2023
1 parent 3fa5b10 commit d032fb5
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 @@ -22,7 +22,7 @@ option(WITH_CUDA "Enable CUDA with buliding examples." ON)
# CMake common settings
#
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) # This is required to export symbols on windows platform
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
Expand Down

0 comments on commit d032fb5

Please sign in to comment.