]> git.mxchange.org Git - flightgear.git/commitdiff
Cmake: MSVC_3RDPARTY_DIR is a path, not an option
authorFrederic Bouvier <fredfgfs01@free.fr>
Mon, 3 Jan 2011 10:37:59 +0000 (11:37 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Mon, 3 Jan 2011 10:37:59 +0000 (11:37 +0100)
CMakeLists.txt

index ab419fdfb5f500a2b957e76319f9a2ccb3da2324..164884e3a64ca7e9291e634a10b4153b735607be 100644 (file)
@@ -49,7 +49,7 @@ option(ENABLE_LARCSIM "Set to ON to build FlightGear with LaRCsim FDM" ON)
 option(ENABLE_YASIM "Set to ON to build FlightGear with YASIM FDM" ON)
 option(ENABLE_JSBSIM "Set to ON to build FlightGear with JSBSim FDM" ON)
 option(EVENT_INPUT "Set to ON to build FlightGear with event-based Input support" OFF)
-option(MSVC_3RDPARTY_DIR "Location where the third-party dependencies are extracted" NOT_FOUND)
+set(MSVC_3RDPARTY_DIR NOT_FOUND CACHE PATH "Location where the third-party dependencies are extracted")
 
 if(LOGGING)
        # nothing