From 8410966753a7f3a52aef765dd603351e9bf94192 Mon Sep 17 00:00:00 2001 From: scrawl Date: Wed, 22 Apr 2015 18:01:55 +0200 Subject: [PATCH] Disable mygui plugin for now --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e806b2578..e8a2458b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -557,9 +557,9 @@ add_subdirectory (extern/oics) add_subdirectory (components) # Plugins -if (BUILD_MYGUI_PLUGIN) - add_subdirectory(plugins/mygui_resource_plugin) -endif() +#if (BUILD_MYGUI_PLUGIN) +# add_subdirectory(plugins/mygui_resource_plugin) +#endif() #Testing if (BUILD_NIFTEST)