8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Fix MINGW build (#215)

This commit is contained in:
Alexandr N. Zamaraev 2019-07-08 17:58:46 +07:00 committed by Alexander Peshkov
parent 0091e77d83
commit d70580ab14

View File

@ -206,6 +206,7 @@ if (MINGW)
set(CMAKE_STATIC_LIBRARY_PREFIX)
add_definitions(-D_WIN32_WINNT=0x0600)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4 -std=c++11")
endif()
if (UNIX)