Bumped version and don't build rfcmd as default on Mac OS X
This commit is contained in:
parent
ea63a043f4
commit
72461b0bed
1 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,7 @@ ENDIF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||||
|
|
||||||
cmake_policy(SET CMP0003 NEW)
|
cmake_policy(SET CMP0003 NEW)
|
||||||
|
|
||||||
SET(PACKAGE_VERSION 2.0.0)
|
SET(PACKAGE_VERSION 2.0.900)
|
||||||
SET(PACKAGE_SUBVERSION)
|
SET(PACKAGE_SUBVERSION)
|
||||||
SET(PACKAGE_SOVERSION 2)
|
SET(PACKAGE_SOVERSION 2)
|
||||||
|
|
||||||
|
@ -29,7 +29,11 @@ ELSE (UNIX AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||||
ENDIF(UNIX AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
ENDIF(UNIX AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||||
SET(USE_QT_SETTINGS_BACKEND FALSE CACHE BOOL "Use QT as settings backend instead of the native one")
|
SET(USE_QT_SETTINGS_BACKEND FALSE CACHE BOOL "Use QT as settings backend instead of the native one")
|
||||||
|
|
||||||
SET(BUILD_RFCMD TRUE CACHE BOOL "Build rfcmd")
|
IF (APPLE)
|
||||||
|
SET(BUILD_RFCMD FALSE CACHE BOOL "Build rfcmd")
|
||||||
|
ELSE (APPLE)
|
||||||
|
SET(BUILD_RFCMD TRUE CACHE BOOL "Build rfcmd")
|
||||||
|
ENDIF (APPLE)
|
||||||
IF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
IF (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||||
SET(BUILD_RFCMD_WITH_LIBFTDI TRUE CACHE BOOL "Enable support for using rfcmd with libftdi (does not need kernel-driver)")
|
SET(BUILD_RFCMD_WITH_LIBFTDI TRUE CACHE BOOL "Enable support for using rfcmd with libftdi (does not need kernel-driver)")
|
||||||
SET(BUILD_RFCMD_WITH_SEMAPHORES FALSE CACHE BOOL "Enable support for using rfcmd with semaphores (Requires special kernel-config)")
|
SET(BUILD_RFCMD_WITH_SEMAPHORES FALSE CACHE BOOL "Enable support for using rfcmd with semaphores (Requires special kernel-config)")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue