Skip to content

Commit f6171f1

Browse files
committed
fix: turn off extensive compiler warnings for now
1 parent d5ae16c commit f6171f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ project_options(ENABLE_CACHE ENABLE_COMPILE_COMMANDS_SYMLINK)
102102
file(GLOB_RECURSE SOURCES "./src/*.cc")
103103
add_library(addon SHARED ${SOURCES})
104104

105-
target_link_libraries(addon PRIVATE project_options project_warnings)
105+
target_link_libraries(addon PRIVATE project_options) # project_warnings
106106

107107
if(ZMQ_DRAFT)
108108
target_compile_definitions(addon PRIVATE ZMQ_BUILD_DRAFT_API)

0 commit comments

Comments
 (0)