File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include( ${PROJECT_NAME}_compiler_flags )
2525
2626## Dependencies
2727# Required
28- find_package ( jedicmake QUIET ) # Prefer find modules from jedi-cmake
28+ find_package ( jedicmake REQUIRED ) # Prefer find modules from jedi-cmake
2929find_package ( OpenMP REQUIRED COMPONENTS Fortran )
3030find_package ( MPI REQUIRED COMPONENTS Fortran )
3131find_package ( NetCDF REQUIRED COMPONENTS Fortran )
Original file line number Diff line number Diff line change 44# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
55
66# use find_branch functionn in jedi-cmake
7- include ( ${CMAKE_SOURCE_DIR} /jedicmake/cmake/Functions/ git_functions.cmake )
7+ include ( git_functions )
88
99# Default SABER_TEST_TIER
1010set ( SABER_TEST_TIER 1 )
@@ -191,7 +191,7 @@ if ( DEFINED ENV{SABER_TESTFILES_BRANCH} )
191191 set ( GIT_BRANCH_SABER $ENV{SABER_TESTFILES_BRANCH} )
192192 message ( STATUS "Branch name provided by user: ${GIT_BRANCH_SABER} " )
193193else ()
194- find_branch_name(REPO_DIR_NAME ${repo} )
194+ find_branch_name(REPO_DIR_NAME saber )
195195 if ( DEFINED GIT_TAG_FUNC )
196196 set ( GIT_BRANCH_SABER ${GIT_TAG_FUNC} ) # Tag is checked out
197197 message ( STATUS "SABER is in tag: ${GIT_BRANCH_SABER} " )
You can’t perform that action at this time.
0 commit comments