Made the generation of man-files configurable
This commit is contained in:
parent
7e5590775d
commit
5b3d1e2244
2 changed files with 11 additions and 7 deletions
|
@ -27,6 +27,8 @@ SET(BUILD_RFCMD TRUE CACHE BOOL "Build rfcmd")
|
|||
SET(BUILD_RFCMD_WITH_LIBFTDI FALSE CACHE BOOL "Enable support for using rfcmd with libftdi (does not need kernel-driver)")
|
||||
SET(BUILD_TDTOOL TRUE CACHE BOOL "Build tdtool")
|
||||
|
||||
SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
|
||||
|
||||
ADD_SUBDIRECTORY(driver)
|
||||
|
||||
if(BUILD_TDTOOL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue