Skip to content

Commit

Permalink
Merge pull request #22 from fortran-lang/release/v0.10.1
Browse files Browse the repository at this point in the history
build: bump fpm version to v0.10.1
  • Loading branch information
gnikit authored Mar 24, 2024
2 parents 9702e4d + 70d49fb commit a456dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(M_CLI2_TAG "7264878cdb1baff7323cc48596d829ccfe7751b8" CACHE STRING "Set git
set(JONQUIL_TAG "4fbd4cf34d577c0fd25e32667ee9e41bf231ece8" CACHE STRING "Set git tag for jonquil")
set(REGEX_TAG "1.1.2" CACHE STRING "Set git tag for Fortran-regex")
set(SHLEX_TAG "1.0.1" CACHE STRING "Set git tag for fortran-shlex")
set(FPM_VERSION "0.10.0" CACHE STRING "Set fpm version e.g. 8.0.0")
set(FPM_VERSION "0.10.1" CACHE STRING "Set fpm version e.g. 8.0.0")
set(FPM_TAG "v${FPM_VERSION}" CACHE STRING "Set git tag for fpm, default is v${FPM_VERSION}")

set(BIN_NAME ${CMAKE_PROJECT_NAME})
Expand Down

0 comments on commit a456dfd

Please sign in to comment.