CMake: manpage creation is now optional

This commit is contained in:
Campbell Barton
2014-11-13 14:07:34 +01:00
parent c9f87df47f
commit 1eecb1feaf
2 changed files with 28 additions and 14 deletions

View File

@@ -329,6 +329,13 @@ endif()
# Unit testsing
option(WITH_GTESTS "Enable GTest unit testing" OFF)
# Documentation
if(UNIX AND NOT APPLE)
option(WITH_DOC_MANPAGE "Create a manual page (Unix manpage)" OFF)
endif()
# OpenGL
option(WITH_GLEW_MX "Support multiple GLEW contexts (experimental)" OFF )