From 1028e54cb14781f11118aea832185aa7f205368d Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Mon, 3 Jan 2011 11:37:59 +0100 Subject: [PATCH] Cmake: MSVC_3RDPARTY_DIR is a path, not an option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab419fdfb..164884e3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- 2.39.5