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)