diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-02 10:41:22 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-02 10:41:22 -0700 |
commit | 485fe5873bcf45c264dfc6853748247aeddc215c (patch) | |
tree | 817b3364dbef2191853367167317d32c284e1eb7 /host/CMakeLists.txt | |
parent | bb13ba3914e09f5406a98b16e7c8fda44a02b7d0 (diff) | |
parent | 916b0b8036850a7393d779a8d2ad12ff44600684 (diff) | |
download | uhd-485fe5873bcf45c264dfc6853748247aeddc215c.tar.gz uhd-485fe5873bcf45c264dfc6853748247aeddc215c.tar.bz2 uhd-485fe5873bcf45c264dfc6853748247aeddc215c.zip |
Merge branch 'maint'
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 8b55fa170..5c47767ba 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -70,6 +70,9 @@ IF(NOT CMAKE_BUILD_TYPE) ENDIF(NOT CMAKE_BUILD_TYPE) SET(CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}" CACHE STRING "") +#force UHD_RELEASE_MODE to be a string for cmake-gui +SET(UHD_RELEASE_MODE CACHE STRING "${UHD_RELEASE_MODE}" FORCE) + IF(CMAKE_COMPILER_IS_GNUCXX) ADD_DEFINITIONS(-Wall) ADD_DEFINITIONS(-Wextra) |