mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-20 23:03:55 +08:00
Windows build fix.
This commit is contained in:
+3
-1
@@ -27,7 +27,9 @@ if(APPLE)
|
||||
endif()
|
||||
|
||||
add_library(common-options INTERFACE)
|
||||
target_compile_options(common-options INTERFACE -Wall -Wextra -Wconversion)
|
||||
if(NOT WIN32)
|
||||
target_compile_options(common-options INTERFACE -Wall -Wextra -Wconversion)
|
||||
endif()
|
||||
|
||||
include(GNUInstallDirs)
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
Reference in New Issue
Block a user