Since tdtool now builds on Windows it can be included by default. This closes #89
This commit is contained in:
parent
8d9679bf77
commit
982c470387
1 changed files with 1 additions and 4 deletions
|
@ -27,13 +27,10 @@ ENDIF(PACKAGE_SUBVERSION)
|
||||||
SET(BUILD_LIBTELLDUS-CORE TRUE CACHE BOOL "Build libtelldus-core")
|
SET(BUILD_LIBTELLDUS-CORE TRUE CACHE BOOL "Build libtelldus-core")
|
||||||
|
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
SET(TDTOOL_DEFAULT FALSE)
|
|
||||||
SET(TDADMIN_DEFAULT FALSE)
|
SET(TDADMIN_DEFAULT FALSE)
|
||||||
ELSEIF(APPLE)
|
ELSEIF(APPLE)
|
||||||
SET(TDTOOL_DEFAULT TRUE)
|
|
||||||
SET(TDADMIN_DEFAULT FALSE)
|
SET(TDADMIN_DEFAULT FALSE)
|
||||||
ELSE (WIN32)
|
ELSE (WIN32)
|
||||||
SET(TDTOOL_DEFAULT TRUE)
|
|
||||||
SET(TDADMIN_DEFAULT TRUE)
|
SET(TDADMIN_DEFAULT TRUE)
|
||||||
ENDIF (WIN32)
|
ENDIF (WIN32)
|
||||||
|
|
||||||
|
@ -42,7 +39,7 @@ IF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||||
LINK_DIRECTORIES(/usr/local/lib)
|
LINK_DIRECTORIES(/usr/local/lib)
|
||||||
ENDIF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
ENDIF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||||
|
|
||||||
SET(BUILD_TDTOOL ${TDTOOL_DEFAULT} CACHE BOOL "Build tdtool")
|
SET(BUILD_TDTOOL TRUE CACHE BOOL "Build tdtool")
|
||||||
SET(BUILD_TDADMIN ${TDADMIN_DEFAULT} CACHE BOOL "Build tdadmin")
|
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