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:
parent
720f36e145
commit
3663ac317a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue