Skip to content

Commit

Permalink
[cmake] all-in-one: update oiio to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Aug 13, 2019
1 parent c157f3d commit 610e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ set(BOOST_CMAKE_FLAGS -DBOOST_ROOT=${BUILD_DIR}/boost_build)
# Add OpenImageIO
set(OPENIMAGEIO_TARGET openimageio)
ExternalProject_Add(${OPENIMAGEIO_TARGET}
URL https://github.com/OpenImageIO/oiio/archive/Release-2.0.3.tar.gz
URL https://github.com/OpenImageIO/oiio/archive/Release-2.0.10.tar.gz
PREFIX ${BUILD_DIR}
BUILD_IN_SOURCE 0
BUILD_ALWAYS 0
Expand Down

0 comments on commit 610e8ea

Please sign in to comment.