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
4b7a0c9f
Commit
4b7a0c9f
authored
Feb 11, 2019
by
Jérémie Dudouet
Committed by
Jérémie Dudouet
Apr 26, 2019
Browse files
Correction for Vamos detection
parent
a1667455
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 @
4b7a0c9f
...
...
@@ -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