Skip to content

Commit a2ab6ac

Browse files
committed
Move TTG pointer back to master
Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
1 parent 78cd544 commit a2ab6ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/modules/FindOrFetchTTG.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ include(FetchContent)
1010
FetchContent_Declare(
1111
ttg
1212
GIT_REPOSITORY https://github.com/devreal/ttg.git
13-
GIT_TAG ttg-for-mra
13+
#GIT_TAG ttg-for-mra
14+
GIT_TAG master
1415
)
1516

1617
#FetchContent_Declare(

0 commit comments

Comments
 (0)