Skip to content

Commit 3a62387

Browse files
mviethbo-rc
authored andcommitted
Reset CMAKE_MODULE_PATH to previous value (colmap#2699)
Seems like this line went missing in colmap@4afd5d9
1 parent a4414d3 commit 3a62387

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/colmap-config.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ set(CGAL_ENABLED @CGAL_ENABLED@)
8181
include(${PACKAGE_PREFIX_DIR}/share/colmap/colmap-targets.cmake)
8282
include(${PACKAGE_PREFIX_DIR}/share/colmap/cmake/FindDependencies.cmake)
8383
check_required_components(colmap)
84+
85+
# Reset to previous value
86+
set(CMAKE_MODULE_PATH ${TEMP_CMAKE_MODULE_PATH})

0 commit comments

Comments
 (0)