From 18a919f11e0cd89e5a7fdaa4bbdc6649d3b381d0 Mon Sep 17 00:00:00 2001 From: Ariel Vina-Rodriguez Date: Tue, 1 Mar 2016 19:06:33 +0100 Subject: [PATCH] fix --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94fa3494..b2ce1517 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -249,9 +249,6 @@ if (NANA_CMAKE_BUILD_DEMOS) add_definitions(-DNANA_ADD_DEF_AUTOMATIC_GUI_TESTING) endif(NANA_CMAKE_ADD_DEF_AUTOMATIC_GUI_TESTING) - NANA_ADD_DEF_AUTOMATIC_GUI_TESTING - - set (demos calculator helloworld_demo notepad widget_show widget_show2 ) if (NANA_CMAKE_INCLUDE_EXPERIMENTAL_DEMOS) list(APPEND demos file_explorer)