Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
ec7e1e41
Commit
ec7e1e41
authored
Jun 23, 2017
by
Dominik Charousset
Committed by
GitHub
Jun 23, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #567
Improve convenience for FindCAF
parents
faab4f5c
9710952b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
cmake/FindCAF.cmake
cmake/FindCAF.cmake
+5
-1
No files found.
cmake/FindCAF.cmake
View file @
ec7e1e41
...
...
@@ -2,7 +2,7 @@
#
# Use this module as follows:
#
# find_package(CAF)
# find_package(CAF
[COMPONENTS <core|io|opencl|...>*] [REQUIRED]
)
#
# Variables used by this module (they can change the default behaviour and need
# to be set before calling find_package):
...
...
@@ -18,6 +18,10 @@
# CAF_LIBRARY_$C Library file for component $C
# CAF_INCLUDE_DIR_$C Include path for component $C
if
(
CAF_FIND_COMPONENTS STREQUAL
""
)
message
(
FATAL_ERROR
"FindCAF requires at least one COMPONENT."
)
endif
()
# iterate over user-defined components
foreach
(
comp
${
CAF_FIND_COMPONENTS
}
)
# we use uppercase letters only for variable names
...
...
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