From ee8a33cf4f444541f992db50cad056e3a5188481 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: May 29 2017 14:51:22 +0000 Subject: add patch to remove improperly licensed sample and demo sub dirs --- diff --git a/alvar.nosamples.patch b/alvar.nosamples.patch new file mode 100644 index 0000000..7e500e1 --- /dev/null +++ b/alvar.nosamples.patch @@ -0,0 +1,15 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 6e893eb..db92bbe 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -264,10 +264,6 @@ if(ALVAR_PACKAGE) + add_subdirectory(doc) + add_subdirectory(test) + endif(ALVAR_PACKAGE) +-add_subdirectory(sample) +-if(OPENSCENEGRAPH_FOUND) +- add_subdirectory(demo) +-endif(OPENSCENEGRAPH_FOUND) + add_subdirectory(build) + add_subdirectory(data) +