aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xxhash
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xxhash')
-rw-r--r--contrib/xxhash/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xxhash/CMakeLists.txt b/contrib/xxhash/CMakeLists.txt
index e15eeaf53..fa69efbe0 100644
--- a/contrib/xxhash/CMakeLists.txt
+++ b/contrib/xxhash/CMakeLists.txt
@@ -10,4 +10,4 @@ else()
ADD_DEFINITIONS(-DXXH_NO_INLINE_HINTS=1)
ENDIF()
-set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DXXH_NO_INLINE_HINTS=1")
+set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DXXH_NO_INLINE_HINTS=1" PARENT_SCOPE)