From 90bb27ca66ce0f10db0416d61ce8071917006237 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 5 Jan 2012 09:36:45 -0600 Subject: [PATCH] cannot use plugin until done --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db41e11026..a6a99bab13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,8 +22,8 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeModules) option(USE_PNG_BITMAPS "use PNG bitmaps instead of XPM (default ON)" ON) -option(USE_NEW_PCBNEW_LOAD "use new plugin support for legacy file format (default ON)" ON) -option(USE_NEW_PCBNEW_SAVE "use new plugin support for legacy file format (default ON)" ON) +option(USE_NEW_PCBNEW_LOAD "use new plugin support for legacy file format" OFF) +option(USE_NEW_PCBNEW_SAVE "use new plugin support for legacy file format" OFF) # Russian GOST patch option(wxUSE_UNICODE "enable/disable building unicode (default OFF)")