Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Baulieu
agapro
Commits
5001bd23
Commit
5001bd23
authored
Feb 11, 2019
by
Jérémie Dudouet
Browse files
Correction for Vamos detection
parent
f957b3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
common/CMakeLists.txt
common/CMakeLists.txt
+6
-2
No files found.
common/CMakeLists.txt
View file @
5001bd23
...
...
@@ -45,7 +45,9 @@ endif()
if
(
ROOT_FOUND
)
SET
(
HAS_ROOT ON
)
SET
(
WITH_ROOT ON
)
# For Vamos lib
if
(
VAMOS_FOUND
)
SET
(
WITH_ROOT ON
)
# For Vamos lib
endif
()
message
(
"[AGAPRO] + Configured with ROOT enabled"
)
else
()
message
(
"[AGAPRO] + Configured with ROOT disabled"
)
...
...
@@ -53,7 +55,9 @@ endif()
if
(
MFM_FOUND
)
SET
(
HAS_MFM ON
)
SET
(
WITH_MFM ON
)
# For Vamos lib
if
(
VAMOS_FOUND
)
SET
(
WITH_MFM ON
)
# For Vamos lib
endif
()
message
(
"[AGAPRO] + Configured with MFM enabled"
)
else
()
message
(
"[AGAPRO] + Configured with MFM disabled"
)
...
...
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