Skip to content

Commit

Permalink
Bumped the C++ standard for Payntbind to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatfpmK committed Nov 12, 2024
1 parent f2fa705 commit d4df15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payntbind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(resources/include_pybind11.cmake)

include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/macros.cmake)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)

# This sets interprocedural optimization off as this leads to some problems on some systems
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION OFF)
Expand Down

0 comments on commit d4df15e

Please sign in to comment.