Skip to content

Commit 8c275bf

Browse files
author
Matt Woodward
committed
source -> project dir for cmake modules
1 parent 9cea326 commit 8c275bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ message(STATUS "Building libsbp version ${VERSION}")
66

77
project(libsbp LANGUAGES C CXX VERSION ${VERSION})
88

9-
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
9+
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
1010
include(GNUInstallDirs)
1111

1212
##########################################################

0 commit comments

Comments
 (0)