[Jderobot-admin] jderobot-r980 - trunk
rocapal en jderobot.org
rocapal en jderobot.org
Mie Sep 11 17:05:07 CEST 2013
Author: rocapal
Date: 2013-09-11 17:04:07 +0200 (Wed, 11 Sep 2013)
New Revision: 980
Modified:
trunk/CMakeLists.txt
Log:
#20 added ".svn" to directories blacklist
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2013-09-09 10:52:49 UTC (rev 979)
+++ trunk/CMakeLists.txt 2013-09-11 15:04:07 UTC (rev 980)
@@ -27,8 +27,8 @@
set(list_of_dirs "")
foreach(dir ${sub-dir})
if(IS_DIRECTORY ${curdir}/${dir})
- if (${return_relative})
- if (NOT ${dir} MATCHES "CMakeFiles")
+ if (${return_relative})
+ if (NOT ${dir} MATCHES "CMakeFiles" AND NOT ${dir} MATCHES ".svn")
set(list_of_dirs ${list_of_dirs} ${dir})
endif()
else()
More information about the Jderobot-admin
mailing list