mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 05:09:43 +00:00
Possible Qt5 link fix for AppVeyor
This commit is contained in:
parent
c8145a1b91
commit
1dbc1e67d8
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ if (WIN32)
|
|||
option(USE_DEBUG_CONSOLE "whether a debug console should be enabled for debug builds, if false debug output is redirected to Visual Studio output" ON)
|
||||
endif()
|
||||
|
||||
# We probably support older versions than this.
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
# To make Qt5 happy and allow linking QtMain on Windows.
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
||||
# Sound setup
|
||||
unset(FFMPEG_LIBRARIES CACHE)
|
||||
|
|
Loading…
Reference in a new issue