From 1a64bb27129d1dcf5825b368c484441d2e3ec039 Mon Sep 17 00:00:00 2001 From: Anoop T P Date: Tue, 14 Dec 2021 01:15:46 +0530 Subject: [PATCH] Fix typo in BUILDING.md (#785) DRACO_TRANCODER_SUPPORTED -> DRACO_TRANSCODER_SUPPORTED --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index dd89b75..c4ae588 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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