From b14d1139df5f4e37d0e3412b3fa5319e136a8a19 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Wed, 15 Apr 2009 17:13:23 +0000 Subject: not compilable with msvc :( --- unsupported/doc/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unsupported/doc') diff --git a/unsupported/doc/CMakeLists.txt b/unsupported/doc/CMakeLists.txt index e8f6985e3..efdf94f80 100644 --- a/unsupported/doc/CMakeLists.txt +++ b/unsupported/doc/CMakeLists.txt @@ -1,2 +1,3 @@ - -add_subdirectory(examples) +if(NOT MSVC) + add_subdirectory(examples) +endif(NOT MSVC) -- cgit v1.2.3