Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce881f24e97..6ce17f5d88b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -161,9 +161,17 @@ endif()
TEST_SSE_SUPPORT()
+#-----------------------------------------------------------------------------
+# Initialize un-cached vars, avoid unused warning
+
# linux only, not cached
set(WITH_BINRELOC OFF)
+# these are added to later on.
+set(C_WARNINGS "")
+set(CXX_WARNINGS "")
+
+
# disabled for now, not supported
# option(WITH_WEBPLUGIN "Enable Web Plugin (Unix only)" OFF)