3rdParty-devel/CMakeLists.txt: Do not build TinyGLTF by default

This library is still not used by the project.


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9573 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 58ed948f463edb3ccd75a443515f7fdef606e64c
Former-commit-id: 4ce9d326149365f0211d30baf4a432dfc87fb30e
This commit is contained in:
xavi92 2024-10-27 07:48:05 +00:00
parent 720f36e145
commit 3663ac317a

View file

@ -116,7 +116,7 @@ option(OPTION_FREETYPE "Download and Build FreeType" true)
option(OPTION_CURL "Download and Build curl" true)
option(OPTION_OSG "Download and Build OpenSceneGraph" true)
option(OPTION_GLM "Download and install GLM math headers" true)
option(OPTION_TINYGLTF "Download and Build TinyGLTF" true)
option(OPTION_TINYGLTF "Download and Build TinyGLTF" false)
option(OPTION_MINIZIP "Download and Build minizip" true)
option(OPTION_CJSON "Download and Build cjson" true)
option(OPTION_RHASH "Download and Build rhash" true)