[ox] Fix MSVC build
This commit is contained in:
4
deps/ox/src/ox/oc/CMakeLists.txt
vendored
4
deps/ox/src/ox/oc/CMakeLists.txt
vendored
@@ -6,7 +6,9 @@ add_library(
|
||||
|
||||
find_package(jsoncpp REQUIRED)
|
||||
|
||||
target_compile_options(OxOrganicClaw PRIVATE -Wsign-conversion)
|
||||
if(NOT MSVC)
|
||||
target_compile_options(OxOrganicClaw PRIVATE -Wsign-conversion)
|
||||
endif()
|
||||
|
||||
target_link_libraries(
|
||||
OxOrganicClaw PUBLIC
|
||||
|
Reference in New Issue
Block a user