We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7927e67 commit cfa553aCopy full SHA for cfa553a
CMakeLists.txt
@@ -139,6 +139,7 @@ if(BTCPP_PYTHON)
139
find_package(Python COMPONENTS Interpreter Development)
140
find_package(pybind11 CONFIG)
141
pybind11_add_module(btpy_cpp src/python_bindings.cpp)
142
+ target_compile_options(btpy_cpp PRIVATE -Wno-gnu-zero-variadic-macro-arguments)
143
target_link_libraries(btpy_cpp PRIVATE ${BTCPP_LIBRARY})
144
endif()
145
0 commit comments