Skip to content

Commit

Permalink
Merge pull request #831 from Chekov2k/llvm
Browse files Browse the repository at this point in the history
Set CXX standard for older compilers
  • Loading branch information
wolfpld committed Jul 17, 2024
2 parents c0f93b1 + a8704b4 commit 22a0898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set(CMAKE_CXX_STANDARD 20)

option(EXTERNAL_PYBIND11 "Whether to download pybind11" ON)

if(EXTERNAL_PYBIND11)
Expand Down

0 comments on commit 22a0898

Please sign in to comment.