Skip to content
Snippets Groups Projects
Commit c22ae86a authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Lowering Qt requirement as Travis runs on 5.2.

parent e19d06c6
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ if(OGS_BUILD_GUI)
if(USE_CONAN)
set(Qt5_DIR ${CONAN_QT_ROOT}/lib/cmake/Qt5)
endif()
find_package( Qt5 5.5 REQUIRED Gui Widgets Xml XmlPatterns)
find_package( Qt5 5.2 REQUIRED Gui Widgets Xml XmlPatterns)
cmake_policy(SET CMP0020 NEW)
if(CMAKE_CROSSCOMPILING)
find_package(PkgConfig REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment