mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Fix angle build on windows
This commit is contained in:
parent
5af585756c
commit
771412c2ab
@ -7,8 +7,8 @@ else()
|
|||||||
set(WINDOWS_DESKTOP 0)
|
set(WINDOWS_DESKTOP 0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_compile_options(/d2guard4 /Wv:18)
|
add_compile_options(/d2guard4 /Wv:18 /guard:cf)
|
||||||
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} /guard:cf")
|
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} /GUARD:CF")
|
||||||
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-D_CRT_SECURE_NO_DEPRECATE
|
-D_CRT_SECURE_NO_DEPRECATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user