]> git.mxchange.org Git - simgear.git/commitdiff
Enable package code by default.
authorJames Turner <zakalawe@mac.com>
Sat, 2 Mar 2013 14:43:19 +0000 (14:43 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 2 Mar 2013 14:43:19 +0000 (14:43 +0000)
CMakeLists.txt

index b7230c32cf935b19e71a54e6058044d922f00d87..00ff37b30f317e800122f92f2e7f3cd9c42261a3 100644 (file)
@@ -112,7 +112,7 @@ option(ENABLE_LIBSVN    "Set to ON to build SimGear with libsvnclient support" O
 option(ENABLE_RTI       "Set to ON to build SimGear with RTI support" OFF)
 option(ENABLE_TESTS     "Set to OFF to disable building SimGear's test applications" ON)
 option(ENABLE_SOUND     "Set to OFF to disable building SimGear's sound support" ON)
-option(ENABLE_PACKAGE   "Set to ON to build package-management support" OFF)
+option(ENABLE_PACKAGE   "Set to ON to build package-management support" ON)
 
 if (MSVC)
   GET_FILENAME_COMPONENT(PARENT_DIR ${PROJECT_SOURCE_DIR} PATH)