diff options
author | Christian Ehrlicher <Ch.Ehrlicher@gmx.de> | 2009-04-15 17:13:23 +0000 |
---|---|---|
committer | Christian Ehrlicher <Ch.Ehrlicher@gmx.de> | 2009-04-15 17:13:23 +0000 |
commit | b14d1139df5f4e37d0e3412b3fa5319e136a8a19 (patch) | |
tree | 9db7f781d9237173538d11fd4b0967f54c112bb5 /unsupported/doc | |
parent | c74496098446ace1c1fcef183d43d6947815f1db (diff) |
not compilable with msvc :(
Diffstat (limited to 'unsupported/doc')
-rw-r--r-- | unsupported/doc/CMakeLists.txt | 5 |
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) |