Skip to content

Commit

Permalink
append to CMAKE_MODULE_PATH instead of overwrite (#336)
Browse files Browse the repository at this point in the history
Fixes #335

Co-authored-by: David Gardner <[email protected]>
  • Loading branch information
martinjrobins and gardner48 committed Dec 18, 2023
1 parent d46ecca commit 7480ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ project(SUNDIALS C)

# Specify the location of additional CMAKE modules
set(CMAKE_MODULE_PATH
${CMAKE_MODULE_PATH}
${PROJECT_SOURCE_DIR}/cmake
${PROJECT_SOURCE_DIR}/cmake/macros
${PROJECT_SOURCE_DIR}/cmake/tpl
Expand Down

0 comments on commit 7480ec9

Please sign in to comment.