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.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/unsupported/doc/CMakeLists.txt b/unsupported/doc/CMakeLists.txt
index a50d07798..9e9ab9800 100644
--- a/unsupported/doc/CMakeLists.txt
+++ b/unsupported/doc/CMakeLists.txt
@@ -1,8 +1,4 @@
-
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
-
-if(NOT MSVC)
- add_subdirectory(examples)
- add_subdirectory(snippets)
-endif(NOT MSVC)
+add_subdirectory(examples)
+add_subdirectory(snippets)