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
Brad King
CMake
Commits
d2f27558
Commit
d2f27558
authored
Jan 21, 2009
by
Brad King
💬
Browse files
STYLE: Fix if/endif mismatch in FindKDE4
parent
919fdb7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindKDE4.cmake
View file @
d2f27558
...
...
@@ -16,7 +16,7 @@ IF(QT_QT_LIBRARY)
ELSE
(
KDE4_FIND_REQUIRED
)
IF
(
NOT KDE4_FIND_QUIETLY
)
MESSAGE
(
STATUS
"KDE4/Qt4 and Qt3 cannot be used together in one project."
)
ENDIF
(
NOT KDE_FIND_QUIETLY
)
ENDIF
(
NOT KDE
4
_FIND_QUIETLY
)
RETURN
()
ENDIF
(
KDE4_FIND_REQUIRED
)
ENDIF
(
QT_QT_LIBRARY
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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