Skip to content
Snippets Groups Projects
Commit 7079e0e1 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'print_qt5_version' into 'release-6.6'

DOC: allow the configure step to print detected Qt5 version

See merge request orfeotoolbox/otb!76
parents ced912bd 3584033f
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,5 @@ find_package(Qt5Widgets REQUIRED)
find_package(Qt5OpenGL REQUIRED)
find_package(Qt5LinguistTools)
mark_as_advanced( QT_QMAKE_EXECUTABLE )
set(QT_VERSION_STRING ${Qt5Core_VERSION})
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