We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CMAKE_INCLUDE_CURRENT_DIR
1 parent d9b300c commit 6977083Copy full SHA for 6977083
1 file changed
cmake/findDependencies.cmake
@@ -38,8 +38,6 @@ else()
38
set(PCRE_LIBRARY "")
39
endif()
40
41
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
42
-
43
find_package(Python COMPONENTS Interpreter)
44
45
if(NOT Python_Interpreter_FOUND)
0 commit comments