Dont compile tdadmin on OS X
This commit is contained in:
parent
c7d720f4e3
commit
ab17be77c6
1 changed files with 10 additions and 4 deletions
|
@ -30,12 +30,18 @@ IF (WIN32)
|
||||||
ENDIF (WIN32)
|
ENDIF (WIN32)
|
||||||
|
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
SET(TOOLS_DEFAULT FALSE)
|
SET(TDTOOL_DEFAULT FALSE)
|
||||||
|
SET(TDADMIN_DEFAULT FALSE)
|
||||||
|
ELSEIF(APPLE)
|
||||||
|
SET(TDTOOL_DEFAULT TRUE)
|
||||||
|
SET(TDADMIN_DEFAULT FALSE)
|
||||||
ELSE (WIN32)
|
ELSE (WIN32)
|
||||||
SET(TOOLS_DEFAULT TRUE)
|
SET(TDTOOL_DEFAULT TRUE)
|
||||||
|
SET(TDADMIN_DEFAULT TRUE)
|
||||||
ENDIF (WIN32)
|
ENDIF (WIN32)
|
||||||
SET(BUILD_TDTOOL ${TOOLS_DEFAULT} CACHE BOOL "Build tdtool")
|
|
||||||
SET(BUILD_TDADMIN ${TOOLS_DEFAULT} CACHE BOOL "Build tdadmin")
|
SET(BUILD_TDTOOL ${TDTOOL_DEFAULT} CACHE BOOL "Build tdtool")
|
||||||
|
SET(BUILD_TDADMIN ${TDADMIN_DEFAULT} CACHE BOOL "Build tdadmin")
|
||||||
|
|
||||||
SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
|
SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue