mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
cmake build: Add check for required QT-version 4.5.0 or higher
Since our own module does not respect the version parameter, while the cmake provided does, also remove our FindQt4.cmake
This commit is contained in:
parent
d4c2fce88c
commit
7dbd777146
@ -463,7 +463,7 @@ if(NOT MSVC)
|
||||
endif()
|
||||
|
||||
|
||||
find_package(Qt4 REQUIRED)
|
||||
find_package(Qt4 "4.5.0" REQUIRED)
|
||||
find_package(Magic)
|
||||
if(Magic_FOUND)
|
||||
set(HAVE_MAGIC_H 1)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user