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:
parent
0091e77d83
commit
d70580ab14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user