CMake: Stop removing obsolete variables from cache

For one, people are unlikely to still have these variables in their
cache, and for another, if building fails, the proper solution is to
start from a clean slate anyway.
shapetextures
Nicolas Hake 2015-10-12 15:14:15 +02:00
parent 85f07b1365
commit 7f5abcd547
1 changed files with 0 additions and 6 deletions

View File

@ -57,12 +57,6 @@ CMAKE_DEPENDENT_OPTION(USE_GTK3 "Use GTK3 instead of GTK2" OFF "USE_GTK" OFF)
CMAKE_DEPENDENT_OPTION(USE_COCOA "Use Apple Cocoa for the developer mode and the windows." ON "APPLE" OFF)
option(WITH_AUTOMATIC_UPDATE "Automatic updates are downloaded from the project website." OFF)
# Remove obsolete options
unset(OC_BUILD_MULTIPROCESSOR CACHE)
unset(USE_APPLE_CLANG CACHE)
unset(HAVE_NATUPNP_H CACHE)
############################################################################
# Check for compiler quirks and features
############################################################################