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/convert | |
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/convert')
-rw-r--r-- | host/lib/convert/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/convert/CMakeLists.txt b/host/lib/convert/CMakeLists.txt index 473b7f59f..363555f45 100644 --- a/host/lib/convert/CMakeLists.txt +++ b/host/lib/convert/CMakeLists.txt @@ -66,7 +66,7 @@ ENDIF() SET(CMAKE_REQUIRED_FLAGS ${EMMINTRIN_FLAGS}) CHECK_INCLUDE_FILE_CXX(emmintrin.h HAVE_EMMINTRIN_H) -UNSET(CMAKE_REQUIRED_FLAGS) +SET(CMAKE_REQUIRED_FLAGS) IF(HAVE_EMMINTRIN_H) SET(convert_with_sse2_sources |