cmake: remove msvc

This commit is contained in:
tobtoht
2025-01-26 12:32:15 +01:00
parent 84df77404e
commit e250841a35
6 changed files with 22 additions and 50 deletions

View File

@@ -60,12 +60,10 @@ set_property(TARGET libwallet_api_tests
PROPERTY
FOLDER "tests")
if (NOT MSVC)
set_property(TARGET libwallet_api_tests
APPEND_STRING
PROPERTY
COMPILE_FLAGS " -Wno-undef -Wno-sign-compare")
endif ()
set_property(TARGET libwallet_api_tests
APPEND_STRING
PROPERTY
COMPILE_FLAGS " -Wno-undef -Wno-sign-compare")
add_test(
NAME libwallet_api_tests