We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bf10d commit c17b4d6Copy full SHA for c17b4d6
cmake/PolyfemPythonDownloadExternal.cmake
@@ -34,7 +34,7 @@ endfunction()
34
function(polyfem_python_download_pybind11)
35
polyfem_python_download_project(pybind11
36
GIT_REPOSITORY https://github.com/pybind/pybind11.git
37
- GIT_TAG 2.9.2
+ GIT_TAG v2.9.2
38
)
39
endfunction()
40
0 commit comments