Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
382a382c
Commit
382a382c
authored
Jun 25, 2014
by
Fabio Bas
Browse files
Maybe workaround buggy cmake module
parent
4e4401a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
382a382c
...
...
@@ -77,7 +77,7 @@ IF(Qt5Widgets_FOUND)
MESSAGE
(
STATUS
"Found Qt
${
Qt5Widgets_VERSION_STRING
}
"
)
ELSE
()
FIND_PACKAGE
(
Qt4 4.8.0 REQUIRED
)
IF
(
Qt4_FOUND
)
IF
(
Qt4_FOUND
OR QT4_FOUND
)
MESSAGE
(
STATUS
"Found Qt
${
QT_VERSION_MAJOR
}
.
${
QT_VERSION_MINOR
}
.
${
QT_VERSION_PATCH
}
"
)
ELSE
()
MESSAGE
(
FATAL_ERROR
"No Qt4 or Qt5 found!"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment