Skip to content

Commit

Permalink
Set git commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Feb 22, 2025
1 parent 7096413 commit 7b55648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/SuperBuild/cmake/Modules/Builddtk-deps.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(ExternalProject)

set(dtk_GIT_REPOSITORY "https://github.com/darbyjohnston/dtk.git")
set(dtk_GIT_TAG "main")
set(dtk_GIT_TAG "93b2f7d46db3ce2d1219dec7b1e71e39dfcdd0f8")

set(dtk-deps_ARGS
-Ddtk_API=${dtk_API}
Expand Down
2 changes: 1 addition & 1 deletion etc/SuperBuild/cmake/Modules/Builddtk.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(ExternalProject)

set(dtk_GIT_REPOSITORY "https://github.com/darbyjohnston/dtk.git")
set(dtk_GIT_TAG "main")
set(dtk_GIT_TAG "93b2f7d46db3ce2d1219dec7b1e71e39dfcdd0f8")

set(dtk_DEPS dtk-deps)
set(dtk_ARGS
Expand Down

0 comments on commit 7b55648

Please sign in to comment.