Skip to content

Commit

Permalink
(DNND) Fix YGM version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keita Iwabuchi committed May 29, 2024
1 parent d581aa9 commit 79da5c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,12 @@ endif ()
#
# YGM
#
set(SALTATLAS_YGM_VERSION v0.7-dev)
find_package(ygm ${SALTATLAS_YGM_VERSION} QUIET CONFIG)
find_package(ygm 0.7 QUIET CONFIG)
if (NOT ygm_FOUND)
FetchContent_Declare(
ygm
GIT_REPOSITORY https://github.com/LLNL/ygm.git
GIT_TAG ${SALTATLAS_YGM_VERSION}
GIT_TAG v0.7-dev
)
FetchContent_GetProperties(ygm)
if (ygm_POPULATED)
Expand Down

0 comments on commit 79da5c5

Please sign in to comment.