diff options
author | Philip Balister <philip@opensdr.com> | 2010-09-26 21:21:37 -0400 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-09-26 21:21:37 -0400 |
commit | 018813d46def4d25ec5a937da2235d7f2adce5b3 (patch) | |
tree | a24f28433f2323ed9aae7fa8d1336d77e07261b6 | |
parent | c75286df4689369aa9a3f4148b964d66109e085e (diff) | |
download | uhd-018813d46def4d25ec5a937da2235d7f2adce5b3.tar.gz uhd-018813d46def4d25ec5a937da2235d7f2adce5b3.tar.bz2 uhd-018813d46def4d25ec5a937da2235d7f2adce5b3.zip |
Add define so uusrp_e support is enabled.
-rw-r--r-- | host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 89487c86b..6c96706a5 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -64,7 +64,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX) #causes trouble when compiling libusb1.0 on macintosh #comment out until mac ports libusb gets its act together #ADD_DEFINITIONS(-pedantic) - ADD_DEFINITIONS(-ansi) + #ADD_DEFINITIONS(-ansi) #only export symbols that are declared to be part of the uhd api: UHD_ADD_OPTIONAL_CXX_COMPILER_FLAG(-fvisibility=hidden HAVE_VISIBILITY_HIDDEN) ENDIF(CMAKE_COMPILER_IS_GNUCXX) |