summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-10 14:44:56 -0800
committerJosh Blum <josh@joshknows.com>2011-03-10 14:44:56 -0800
commitfd35b0fdfd7012e3c37499f2bbcde6540c604a09 (patch)
tree8c8c9da0be31ffd12acdbe3d92c5f7495e6a579a /host/lib
parent09149bbf7d28f67e68d65f7ba153ccd31ae48e5b (diff)
parent4c7cc6b1355a1ab7c8a60014061999f2338df1b1 (diff)
downloaduhd-fd35b0fdfd7012e3c37499f2bbcde6540c604a09.tar.gz
uhd-fd35b0fdfd7012e3c37499f2bbcde6540c604a09.tar.bz2
uhd-fd35b0fdfd7012e3c37499f2bbcde6540c604a09.zip
Merge branch 'master' into next
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/convert/CMakeLists.txt2
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