Skip to content

Commit f3b3db9

Browse files
authored
Use CMAKE_CURRENT_SOURCE_DIR in FindDependencies.cmake (colmap#175)
1 parent 6486b17 commit f3b3db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1+
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
22

33
find_package(Eigen3 3.4 REQUIRED)
44
find_package(SuiteSparse COMPONENTS CHOLMOD REQUIRED)

0 commit comments

Comments
 (0)