Commit b01295cd authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch 'rnou/343-update-cli-for-cmake-3-10' into 'master'

Resolve "update cli for cmake 3.10"

Closes #343

Closes #343

See merge request !232
parents 1e6f49f2 9b4a2c71
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  - Refactor and modernize sfind and gfind ([!226](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/226))
  - Export extra user library functions ([!227](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/227))
  - Update CLI11 and fmt to avoid cmake errors ([!231])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/231))
  - Update CLI11 in modules ([!232](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/232)).
  
### Fixed
  - Dup3 is supported if O_CLOEXEC is not used (i.e. hexdump) ([!228](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/228))
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ include_from_source(cli11
    MESSAGE "[${PROJECT_NAME}] Searching for CLI11"
    SOURCE_DIR ${GKFS_DEPENDENCIES_PATH}/CLI11
    GIT_REPOSITORY https://github.com/CLIUtils/CLI11
    GIT_TAG v2.4.2
    GIT_TAG v2.5.0
)

if (GKFS_ENABLE_CLIENT_METRICS)
Compare 6c7b07a8 to 4160d259
Original line number Diff line number Diff line
Subproject commit 6c7b07a878ad834957b98d0f9ce1dbe0cb204fc9
Subproject commit 4160d259d961cd393fd8d67590a8c7d210207348