Windows build fix.

This commit is contained in:
Roger A. Light
2022-07-21 20:17:46 +01:00
parent 4cd57dea8a
commit 8d611a59ab
+3 -1
View File
@@ -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)