From: Ryan Flegel Date: Thu, 12 Jun 2008 20:46:49 +0000 (+0000) Subject: Don't cache APPDATADIR--it's derived from CMAKE_INSTALL_PREFIX, which is already... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6de32d153fd48e05f4ba66333a113b04524eae5a;p=supertux.git Don't cache APPDATADIR--it's derived from CMAKE_INSTALL_PREFIX, which is already cached SVN-Revision: 5565 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0237693ec..807b529a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ MARK_AS_ADVANCED( APPDATADIR ) OPTION(ENABLE_BINRELOC "Enable autopackage's BINRELOC features" OFF) -SET(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/games/supertux2" CACHE STRING "APPDATADIR where data files reside") +SET(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/games/supertux2") ## Check endianess