Fix typo in BUILDING.md (#785)

DRACO_TRANCODER_SUPPORTED -> DRACO_TRANSCODER_SUPPORTED
This commit is contained in:
Anoop T P 2021-12-14 01:15:46 +05:30 committed by GitHub
parent e76341f441
commit 1a64bb2712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ In order to build the `draco_transcoder` target, the transcoding support needs
to be explicitly enabled when you run `cmake`, for example:
~~~~~ bash
$ cmake ../ -DDRACO_TRANCODER_SUPPORTED=ON
$ cmake ../ -DDRACO_TRANSCODER_SUPPORTED=ON
~~~~~
The above option is currently not compatible with our Javascript or WebAssembly