From 137a8b87c5b13ed3ecf85924365cf40b0318bf0f Mon Sep 17 00:00:00 2001 From: mkroehnert <mkroehnert@042f3d55-54a8-47e9-b7fb-15903f145c44> Date: Thu, 2 Feb 2012 12:18:52 +0000 Subject: [PATCH] VirtualRobot/CMakeLists: make the exclude pattern for make install more general git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@180 042f3d55-54a8-47e9-b7fb-15903f145c44 --- VirtualRobot/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VirtualRobot/CMakeLists.txt b/VirtualRobot/CMakeLists.txt index 0ec5d58b0..90e31214b 100644 --- a/VirtualRobot/CMakeLists.txt +++ b/VirtualRobot/CMakeLists.txt @@ -202,5 +202,6 @@ INSTALL(DIRECTORY ${PROJECT_SOURCE_DIR} DESTINATION ${VR_INSTALL_HEADER_DIR} PATTERN ".svn" EXCLUDE PATTERN "CMakeModules" EXCLUDE PATTERN "tests" EXCLUDE - PATTERN "build" EXCLUDE + PATTERN "build*" EXCLUDE + PATTERN "data" EXCLUDE PATTERN "examples" EXCLUDE) -- GitLab