Skip to content

Commit

Permalink
Use specific git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 11, 2024
1 parent 8557f37 commit 319903d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/SuperBuild/BuildOpenImageIO.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include(ExternalProject)

set(OpenImageIO_GIT_REPOSITORY "https://github.com/AcademySoftwareFoundation/OpenImageIO.git")
set(OpenImageIO_GIT_TAG "master")
# Commit : admin: Relicense code under Apache 2.0 (#3905)
set(OpenImageIO_GIT_TAG "64f829febd352686538beaba10e4ca716a9403a1")

set(OpenImageIO_ARGS
${toucan_EXTERNAL_PROJECT_ARGS}
Expand Down

0 comments on commit 319903d

Please sign in to comment.