|
From: Lasse Kärkkäi. <tr...@us...> - 2009-07-06 04:51:09
|
Module: performous
Branch: master
Commit: b3dc556daeeaa31c782a395e275d13c16c1be2d0
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Jul 6 07:50:08 2009 +0300
Mark help2man and gzip options advanced.
---
docs/CMakeLists.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 2263ea6..4b99915 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -2,6 +2,8 @@
if(UNIX)
find_program(HELP2MAN help2man DOC "Location of the help2man program")
find_program(GZIP gzip DOC "Location of the gzip program")
+ mark_as_advanced(HELP2MAN)
+ mark_as_advanced(GZIP)
if(HELP2MAN AND GZIP)
set(MANFILE ${CMAKE_CURRENT_BINARY_DIR}/performous.1.gz)
set(H2MFILE ${CMAKE_CURRENT_SOURCE_DIR}/performous.h2m)
|