Skip to content

Commit

Permalink
Make pybind11_mkdoc use C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed May 15, 2024
1 parent 197e969 commit 0ae5724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/Pybind11Mkdoc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function(pybind11_mkdoc target headers)
COMMAND
${env_vars} ${Python3_EXECUTABLE} -m pybind11_mkdoc ${headers} -o
${CMAKE_CURRENT_SOURCE_DIR}/jormungandr/cpp/Docstrings.hpp
-I/usr/lib/clang/17/include ${target_dirs} ${eigen_dirs} -std=c++20
-I/usr/lib/clang/17/include ${target_dirs} ${eigen_dirs} -std=c++23
DEPENDS ${headers}
USES_TERMINAL
)
Expand Down

0 comments on commit 0ae5724

Please sign in to comment.