Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima2
Commits
f9a302d5
Commit
f9a302d5
authored
May 03, 2022
by
Samuel Debionne
Browse files
[CMAKE] Fixup optional CLI dependency
parent
64d69b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f9a302d5
...
...
@@ -129,7 +129,9 @@ find_package(TBB REQUIRED COMPONENTS tbb)
find_package
(
fmt REQUIRED
)
#CLI
find_package
(
cli REQUIRED
)
if
(
LIMA_ENABLE_CLI
)
find_package
(
cli REQUIRED
)
endif
(
LIMA_ENABLE_CLI
)
if
(
LIMA_USE_PCH
)
add_compile_definitions
(
LIMA_USE_PCH
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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