Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Jan 18, 2023
1 parent 4ebb790 commit 8a922aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmake/scrConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ find_dependency(rankstr REQUIRED)
find_dependency(spath REQUIRED)
find_dependency(MPI REQUIRED)

# so find_dependencies can find cmake module files (like FindDTCMP.cmake)
# The packages below do not have cmake package config files.
# Instead, we provide cmake find module files, like FindDTCMP.cmake.
# This way users who build with cmake don't have to write their own.
# The line below registers the current working directory with cmake
# so that it can find the Find*.cmake module files.
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

find_dependency(DTCMP REQUIRED)
find_dependency(LWGRP REQUIRED)

Expand Down

0 comments on commit 8a922aa

Please sign in to comment.