提交 f93babdd 编写于 作者: A Alexey Milovidov

Fixed build with clang [#METR-2944].

上级 30eb1251
add_definitions(
-DHAVE_CONFIG_H -DTHREADED
-Wno-unused-but-set-variable
)
add_definitions(-DHAVE_CONFIG_H -DTHREADED)
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_definitions(-Wno-unused-but-set-variable)
endif()
include_directories (include/zookeeper src)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册