From: Turo Lamminen Date: Sat, 30 Sep 2017 13:35:11 +0000 (+0300) Subject: Fix CMAKE option name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77ce6e562d22d042cd79b60f73bf885e711dcc41;p=platform%2Fupstream%2Fassimp.git Fix CMAKE option name --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b404e69..8b16c27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ OPTION ( ASSIMP_COVERALLS "Enable this to measure test coverage." OFF ) -OPTION ( ASSIMP_WERRRO +OPTION ( ASSIMP_WERROR "Treat warnings as errors." OFF )