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

[Conan] Use qt 5.14.1 on macOS too.

parent 92ee4205
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ if(OGS_BUILD_GUI) ...@@ -73,7 +73,7 @@ if(OGS_BUILD_GUI)
bzip2/1.0.8 bzip2/1.0.8
zlib/1.2.11 zlib/1.2.11
) )
if(UNIX AND NOT APPLE) if(UNIX)
set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/5.14.1@bincrafters/stable) set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/5.14.1@bincrafters/stable)
else() else()
set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/5.13.2@bincrafters/stable) set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/5.13.2@bincrafters/stable)
......
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