Skip to content

Commit

Permalink
Upgrade pybind11-mkdoc include path to Clang 18 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jul 7, 2024
1 parent 7195229 commit 8dfcafd
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++23
-I/usr/lib/clang/18/include ${target_dirs} ${eigen_dirs} -std=c++23
COMMAND
${Python3_EXECUTABLE}
${CMAKE_CURRENT_SOURCE_DIR}/cmake/fix_docstrings.py
Expand Down

0 comments on commit 8dfcafd

Please sign in to comment.