Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Miguel Lopez
Krita
Commits
ef6bf64b
Commit
ef6bf64b
authored
Jun 05, 2014
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove wrong condition of the Maps reporting plugin on Soprano_FOUND
parent
46d92efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/reporting/CMakeLists.txt
plugins/reporting/CMakeLists.txt
+2
-2
No files found.
plugins/reporting/CMakeLists.txt
View file @
ef6bf64b
...
...
@@ -4,9 +4,9 @@ if(BUILD_chartshape AND NOT WIN32)
add_subdirectory
(
chart
)
endif
(
BUILD_chartshape AND NOT WIN32
)
if
(
MARBLE_FOUND
AND Soprano_FOUND
)
if
(
MARBLE_FOUND
)
add_subdirectory
(
maps
)
endif
(
MARBLE_FOUND
AND Soprano_FOUND
)
endif
(
MARBLE_FOUND
)
if
(
QT_QTWEBKIT_FOUND
)
add_subdirectory
(
web
)
...
...
Write
Preview
Markdown
is supported
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