From 6cd0e517755ae86703c66079a6596ab9dc509d25 Mon Sep 17 00:00:00 2001 From: Cirilo Bernardo Date: Sat, 19 Dec 2015 14:59:42 +1100 Subject: [PATCH] Removed build of demo plugin files --- plugins/3d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/3d/CMakeLists.txt b/plugins/3d/CMakeLists.txt index 3416f08ab8..e34ff17586 100644 --- a/plugins/3d/CMakeLists.txt +++ b/plugins/3d/CMakeLists.txt @@ -1,3 +1,3 @@ -add_subdirectory( demo ) +#add_subdirectory( demo ) add_subdirectory( idf ) add_subdirectory( vrml )