Skip to content

Commit 8911e42

Browse files
committed
Update FindSWIG for not being in official cmake modules
1 parent 3825e40 commit 8911e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/backport-cmake-318/FindSWIG.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(SWIG_EXECUTABLE)
101101
endif()
102102
endif()
103103

104-
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
104+
include(FindPackageHandleStandardArgs)
105105
find_package_handle_standard_args(
106106
SWIG HANDLE_COMPONENTS
107107
REQUIRED_VARS SWIG_EXECUTABLE SWIG_DIR

0 commit comments

Comments
 (0)