update windows workflow

This commit is contained in:
MihailRis
2024-06-11 23:13:28 +03:00
parent 825eec049d
commit c5006107b9
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -38,7 +38,6 @@ if(MSVC)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
endif()
if((CMAKE_BUILD_TYPE EQUAL "Release") OR (CMAKE_BUILD_TYPE EQUAL "RelWithDebInfo"))
set(VCPKG_TARGET_TRIPLET "x64-windows-static-md")
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Release>:Release>")
target_compile_options(${PROJECT_NAME} PRIVATE /W4 /MT /O2)
else()