From 6d49c4bf727ea33fa5d59f3f9244399ba0c2c26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 9 Apr 2019 08:09:22 +0200 Subject: [PATCH] Set Documentation to on by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6831d829..f39a7743 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ else() endif() if ( NOT DEFINED OPENMESH_DOCS ) - set( OPENMESH_DOCS false CACHE BOOL "Enable or disable building of documentation" ) + set( OPENMESH_DOCS true CACHE BOOL "Enable or disable building of documentation" ) endif() if (OPENMESH_DOCS)