aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-12-11 19:39:01 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-12-11 19:39:01 +0100
commit494a88685ee995b34da0f3b79a68fa06c0ee63ff (patch)
treef2e15f8e4c4003ae9d4203d83de651a7ab7914ab /unsupported/doc/CMakeLists.txt
parent9a8c16810be4e4859152789e125fbbcce6c0aeb3 (diff)
Fixed the bad fix - now the unsupported examples and snippets work on windows.
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)