Set Documentation to on by default

This commit is contained in:
Jan Möbius
2019-04-09 08:09:22 +02:00
parent e6ae5f2905
commit 6d49c4bf72

View File

@@ -134,7 +134,7 @@ else()
endif() endif()
if ( NOT DEFINED OPENMESH_DOCS ) 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() endif()
if (OPENMESH_DOCS) if (OPENMESH_DOCS)