aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/doc/CMakeLists.txt')
-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)