Skip to content

Commit 6977083

Browse files
committed
findDependencies.cmake: removed unnecessary setting of CMAKE_INCLUDE_CURRENT_DIR [skip ci]
1 parent d9b300c commit 6977083

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmake/findDependencies.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ else()
3838
set(PCRE_LIBRARY "")
3939
endif()
4040

41-
set(CMAKE_INCLUDE_CURRENT_DIR ON)
42-
4341
find_package(Python COMPONENTS Interpreter)
4442

4543
if(NOT Python_Interpreter_FOUND)

0 commit comments

Comments
 (0)