| commit | b14d1139df5f4e37d0e3412b3fa5319e136a8a19 | [log] [tgz] |
|---|---|---|
| author | Christian Ehrlicher <Ch.Ehrlicher@gmx.de> | Wed Apr 15 17:13:23 2009 +0000 |
| committer | Christian Ehrlicher <Ch.Ehrlicher@gmx.de> | Wed Apr 15 17:13:23 2009 +0000 |
| tree | 9db7f781d9237173538d11fd4b0967f54c112bb5 | |
| parent | c74496098446ace1c1fcef183d43d6947815f1db [diff] |
not compilable with msvc :(
diff --git a/unsupported/doc/CMakeLists.txt b/unsupported/doc/CMakeLists.txt index e8f6985..efdf94f 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)