aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc
diff options
context:
space:
mode:
authorGravatar Christian Ehrlicher <Ch.Ehrlicher@gmx.de>2009-04-15 17:13:23 +0000
committerGravatar Christian Ehrlicher <Ch.Ehrlicher@gmx.de>2009-04-15 17:13:23 +0000
commitb14d1139df5f4e37d0e3412b3fa5319e136a8a19 (patch)
tree9db7f781d9237173538d11fd4b0967f54c112bb5 /unsupported/doc
parentc74496098446ace1c1fcef183d43d6947815f1db (diff)
not compilable with msvc :(
Diffstat (limited to 'unsupported/doc')
-rw-r--r--unsupported/doc/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
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)