mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
Try to lower cmake required for Qt 4 build.
This commit is contained in:
parent
bfa76b3074
commit
1eba731aae
@ -104,7 +104,7 @@ endif()
|
||||
if(USE_QT_5)
|
||||
cmake_minimum_required(VERSION 2.8.10)
|
||||
else(USE_QT_5)
|
||||
cmake_minimum_required(VERSION 2.8.0)
|
||||
cmake_minimum_required(VERSION 2.6.0)
|
||||
endif(USE_QT_5)
|
||||
|
||||
if(${APPLE})
|
||||
|
Loading…
Reference in New Issue
Block a user