We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff42f52 commit 89c3561Copy full SHA for 89c3561
tools/pybind11NewTools.cmake
@@ -9,7 +9,7 @@ if(CMAKE_VERSION VERSION_LESS 3.12)
9
message(FATAL_ERROR "You cannot use the new FindPython module with CMake < 3.12")
10
endif()
11
12
-include_guard(GLOBAL)
+include_guard(DIRECTORY)
13
14
get_property(
15
is_config
0 commit comments