Fix MinGW linker flag tests breaking later tests

This commit is contained in:
Camilla Löwy 2020-05-25 22:23:22 +02:00
parent 69ff0b8ee0
commit cfc23cd087

View File

@ -128,6 +128,9 @@ if (MINGW)
if (_GLFW_HAS_64ASLR)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--high-entropy-va ${CMAKE_SHARED_LINKER_FLAGS}")
endif()
# Clear flags again to avoid breaking later tests
set(CMAKE_REQUIRED_FLAGS)
endif()
#--------------------------------------------------------------------