diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-07 22:12:01 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-07 22:12:01 +0000 |
commit | e4fca26ed44ad3a123c608c8e6cd191c7ea1accf (patch) | |
tree | 297edda216aa132e6a98a34d646855078c7984cd /host/CMakeLists.txt | |
parent | 8329c5eafc486c9eec6edabbdc2533436127c252 (diff) | |
parent | 11e2d407ce4a45da8c6981abfd34883cb9174840 (diff) | |
download | uhd-e4fca26ed44ad3a123c608c8e6cd191c7ea1accf.tar.gz uhd-e4fca26ed44ad3a123c608c8e6cd191c7ea1accf.tar.bz2 uhd-e4fca26ed44ad3a123c608c8e6cd191c7ea1accf.zip |
Merge branch 'work' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 57670fa6e..a8b89d6c5 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -16,7 +16,7 @@ # CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -PROJECT(UHD) +PROJECT(UHD CXX) ENABLE_TESTING() ######################################################################## @@ -90,15 +90,6 @@ INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) ######################################################################## -# Setup Endianess -######################################################################## -INCLUDE(TestBigEndian) -TEST_BIG_ENDIAN(HAVE_BIG_ENDIAN) -IF(HAVE_BIG_ENDIAN) - ADD_DEFINITIONS(-DHAVE_BIG_ENDIAN) -ENDIF(HAVE_BIG_ENDIAN) - -######################################################################## # Create Uninstall Target ######################################################################## CONFIGURE_FILE( |