Skip to content
Snippets Groups Projects
Commit f89ee071 authored by marco's avatar marco
Browse files

silence warning for CMake 2.8

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2327 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f876b5d6
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ file(GLOB ALL_FILES *) ...@@ -3,7 +3,8 @@ file(GLOB ALL_FILES *)
foreach(fname ${ALL_FILES}) foreach(fname ${ALL_FILES})
if(NOT ${fname} MATCHES ".*.svn" if(NOT ${fname} MATCHES ".*.svn"
AND NOT ${fname} MATCHES ".*CMakeFiles" AND NOT ${fname} MATCHES ".*CMakeFiles"
AND NOT ${fname} MATCHES ".*main") AND NOT ${fname} MATCHES ".*main"
AND NOT ${fname} MATCHES "doc")
if(IS_DIRECTORY ${fname}) if(IS_DIRECTORY ${fname})
add_subdirectory(${fname}) add_subdirectory(${fname})
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment