Skip to content

Commit 8b27858

Browse files
authored
Use CMAKE_CURRENT_SOURCE_DIR in FindDependencies.cmake (#175)
1 parent 07596cd commit 8b27858

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)