Unverified Commit 990e60d5 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #822

Fix cmake mis-matching arguments warning
parents b99ce54f 5535298a
......@@ -300,7 +300,7 @@ if(CAF_ENABLE_ADDRESS_SANITIZER AND NOT WIN32)
endif()
# restore CXX flags
set(CMAKE_CXX_FLAGS "${CXXFLAGS_BACKUP}")
endif(CAF_ENABLE_ADDRESS_SANITIZER)
endif()
# -pthread is ignored on MacOSX but required on other platforms
if(NOT APPLE AND NOT WIN32)
build_string("EXTRA_FLAGS" "-pthread")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment