[ox] Fix MSVC build
This commit is contained in:
4
deps/ox/src/ox/std/CMakeLists.txt
vendored
4
deps/ox/src/ox/std/CMakeLists.txt
vendored
@@ -14,7 +14,9 @@ add_library(
|
||||
trace.cpp
|
||||
)
|
||||
|
||||
target_compile_options(OxStd PRIVATE -Wsign-conversion)
|
||||
if(NOT MSVC)
|
||||
target_compile_options(OxStd PRIVATE -Wsign-conversion)
|
||||
endif()
|
||||
|
||||
if(NOT OX_BARE_METAL)
|
||||
set_property(
|
||||
|
Reference in New Issue
Block a user