Skip to content

Commit 872820d

Browse files
committed
gdma: squash the string truncation warning
1 parent 4f48511 commit 872820d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/upstream/gdma/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(${ENABLE_gdma})
1414
message(STATUS "Suitable gdma could not be located, ${Magenta}Building gdma${ColourReset} instead.")
1515
ExternalProject_Add(gdma_external
1616
GIT_REPOSITORY https://github.com/psi4/gdma
17-
GIT_TAG v2.2.6
17+
GIT_TAG 9d607d7 # v2.2.6-2-g9d607d7
1818
UPDATE_COMMAND ""
1919
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
2020
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}

0 commit comments

Comments
 (0)