Skip to content

Commit

Permalink
Merge pull request #141 from GEOS-ESM/bugfix/mathomp4/git-rev-fix
Browse files Browse the repository at this point in the history
Fix uncovered CMake path
  • Loading branch information
tclune authored Dec 13, 2021
2 parents d9ce92f + 70ee01c commit e4b636b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Applications/GEOSdas_App/testsuites/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ if(GIT_FOUND)
else ()
message(FATAL_ERROR "This should not be reached")
endif ()
else ()
set (GIT_TAG_OR_REV GEOSadas-${CMAKE_PROJECT_VERSION})
endif ()

message("Setting fvID to fvsetup SHA1 (1st 10 digits)")
Expand Down

0 comments on commit e4b636b

Please sign in to comment.