summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-16 03:31:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-16 03:31:00 +0200
commit6faab6ff960e2dd04aa35e8ef1aa62bce2976725 (patch)
treee23afb50b7091cb15b00a37020a7080be352fa83 /compat
parentbb664a1e794860fe86c2bca6d8e92d78fade1dd8 (diff)
add otr_prop for appending property strings
Diffstat (limited to 'compat')
-rw-r--r--compat/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/CMakeLists.txt b/compat/CMakeLists.txt
index 7655a223..33cb02bd 100644
--- a/compat/CMakeLists.txt
+++ b/compat/CMakeLists.txt
@@ -5,5 +5,5 @@ if(NOT WIN32 AND NOT APPLE)
endif()
if(CMAKE_COMPILER_IS_GNUCXX)
- set_property(SOURCE nan.cpp APPEND_STRING PROPERTY COMPILE_FLAGS " -fno-lto -fno-fast-math -fno-finite-math-only -O0")
+ otr_prop(SOURCE nan.cpp COMPILE_FLAGS "-fno-lto -fno-fast-math -fno-finite-math-only -O0")
endif()