diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-08-18 13:38:04 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-08-18 13:38:04 +0200 |
commit | 90fd966e25b0947483defbe5e3a7247e00c06619 (patch) | |
tree | 104a3567b3cf5bd12d8fa7d2e0053ed525bdc0e5 /host/lib/utils | |
parent | 94c2740bc009ea813938db03807c6f9666c32561 (diff) | |
parent | 7297ebffc344cce30f2570b1587beae94adeed1e (diff) | |
download | uhd-90fd966e25b0947483defbe5e3a7247e00c06619.tar.gz uhd-90fd966e25b0947483defbe5e3a7247e00c06619.tar.bz2 uhd-90fd966e25b0947483defbe5e3a7247e00c06619.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/utils')
-rw-r--r-- | host/lib/utils/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/CMakeLists.txt b/host/lib/utils/CMakeLists.txt index 2252f3221..106e2b650 100644 --- a/host/lib/utils/CMakeLists.txt +++ b/host/lib/utils/CMakeLists.txt @@ -84,7 +84,7 @@ CHECK_CXX_SOURCE_COMPILES(" } " HAVE_DLOPEN ) -UNSET(CMAKE_REQUIRED_LIBRARIES) +SET(CMAKE_REQUIRED_LIBRARIES) CHECK_CXX_SOURCE_COMPILES(" #define WIN32_LEAN_AND_MEAN |