We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ae16c commit f6171f1Copy full SHA for f6171f1
CMakeLists.txt
@@ -102,7 +102,7 @@ project_options(ENABLE_CACHE ENABLE_COMPILE_COMMANDS_SYMLINK)
102
file(GLOB_RECURSE SOURCES "./src/*.cc")
103
add_library(addon SHARED ${SOURCES})
104
105
-target_link_libraries(addon PRIVATE project_options project_warnings)
+target_link_libraries(addon PRIVATE project_options) # project_warnings
106
107
if(ZMQ_DRAFT)
108
target_compile_definitions(addon PRIVATE ZMQ_BUILD_DRAFT_API)
0 commit comments