Skip to content

Commit

Permalink
[release/public-v2] updated ufs utils hash (#314)
Browse files Browse the repository at this point in the history
* updated ufs utils hash

* updated from tag to hash

* turning off testing in UFS_UTILS
  • Loading branch information
mark-a-potts authored Jun 23, 2022
1 parent f717265 commit 06b2f54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ protocol = git
repo_url = https://github.com/ufs-community/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 31271f7
hash = 1730d37
local_path = src/UFS_UTILS
required = True

Expand Down
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
include(ExternalProject)

list(APPEND UFS_UTILS_ARGS
"-DBUILD_TESTING=OFF"
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
)
ExternalProject_Add(UFS_UTILS
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/UFS_UTILS
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/UFS_UTILS
INSTALL_DIR ${CMAKE_INSTALL_PREFIX}
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
CMAKE_ARGS ${UFS_UTILS_ARGS}
BUILD_ALWAYS TRUE
)

Expand Down

0 comments on commit 06b2f54

Please sign in to comment.