diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-10 14:42:33 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-10 14:42:33 -0800 |
commit | 4c7cc6b1355a1ab7c8a60014061999f2338df1b1 (patch) | |
tree | 61c92cc60cb0472596c0cb3fc1e49f701ca6d449 /host/lib/convert | |
parent | 7d140b0237b3fa4e07b364e912887f68c02839cb (diff) | |
download | uhd-4c7cc6b1355a1ab7c8a60014061999f2338df1b1.tar.gz uhd-4c7cc6b1355a1ab7c8a60014061999f2338df1b1.tar.bz2 uhd-4c7cc6b1355a1ab7c8a60014061999f2338df1b1.zip |
uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIES
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 abc9c2707..d189aa687 100644 --- a/host/lib/convert/CMakeLists.txt +++ b/host/lib/convert/CMakeLists.txt @@ -37,7 +37,7 @@ UNSET(CMAKE_REQUIRED_FLAGS) IF(HAVE_EMMINTRIN_H) SET_SOURCE_FILES_PROPERTIES( ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_sse2.cpp - PROPERTIES COMPILE_FLAGS ${EMMINTRIN_FLAGS} + PROPERTIES COMPILE_FLAGS "${EMMINTRIN_FLAGS}" ) LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_sse2.cpp |