Commit 5535298a authored by Tobias Mayer's avatar Tobias Mayer

Fix cmake mis-matching arguments warning

parent b99ce54f
......@@ -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