Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
c04520c4
Commit
c04520c4
authored
Apr 23, 2013
by
Janis Born
Browse files
only search for Qt if ACGL_COMPILE_WITH_QT evaluates to true
parent
10e2ca54
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c04520c4
...
@@ -67,7 +67,7 @@ ADD_DEFINITIONS(${ACGL_DEFINES})
...
@@ -67,7 +67,7 @@ ADD_DEFINITIONS(${ACGL_DEFINES})
################################################################################
################################################################################
# Qt
# Qt
IF
(
DEFINED
ACGL_COMPILE_WITH_QT
)
IF
(
ACGL_COMPILE_WITH_QT
)
#MESSAGE("QT")
#MESSAGE("QT")
SET
(
QT_USE_QTOPENGL TRUE
)
SET
(
QT_USE_QTOPENGL TRUE
)
FIND_PACKAGE
(
Qt4 REQUIRED
)
FIND_PACKAGE
(
Qt4 REQUIRED
)
...
...
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