From 945a878c54377d108075ae09376993227b3c315b Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Fri, 19 Jan 2018 15:08:47 +0300 Subject: [PATCH] Review fixes. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 386606cc07..f34935c522 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -372,6 +372,8 @@ if (PLATFORM_DESKTOP) add_subdirectory(3party/libtess2) endif() +# Only options related to warnings should be placed here. +# Other options should be set before all add_subdirectory calls. add_compile_options( "-Wall" )