We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802d1de commit 28edd2fCopy full SHA for 28edd2f
1 file changed
ThirdParty/CMakeLists.txt
@@ -100,7 +100,7 @@ if (DILIGENT_ENABLE_DRACO AND (NOT TARGET draco) AND (NOT TARGET draco_static))
100
FetchContent_Declare(
101
draco
102
GIT_REPOSITORY https://github.com/google/draco
103
- GIT_TAG 1.5.6
+ GIT_TAG 1.5.7
104
)
105
FetchContent_MakeAvailable(draco)
106
set_directory_root_folder(${draco_SOURCE_DIR} DiligentTools/ThirdParty/draco)
0 commit comments