Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
ab306e3a
Commit
ab306e3a
authored
Jan 30, 2015
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make cmake Find of runtimes required
parent
b91ad9d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
ab306e3a
...
...
@@ -494,7 +494,7 @@ if( CHAMELEON_SCHED_STARPU )
set
(
HWLOC_DIR
""
CACHE PATH
"Root directory of HWLOC library"
)
set
(
FXT_DIR
""
CACHE PATH
"Root directory of FXT library"
)
set
(
STARPU_DIR
""
CACHE PATH
"Root directory of STARPU library"
)
find_package
(
STARPU
${
CHAMELEON_STARPU_VERSION
}
find_package
(
STARPU
${
CHAMELEON_STARPU_VERSION
}
REQUIRED
COMPONENTS
${
STARPU_COMPONENT_LIST
}
)
# Add definition and include_dir if found
...
...
@@ -598,7 +598,7 @@ if( CHAMELEON_SCHED_QUARK )
set
(
HWLOC_DIR
""
CACHE PATH
"Root directory of HWLOC library"
)
set
(
QUARK_DIR
""
CACHE PATH
"Root directory of QUARK library"
)
find_package
(
QUARK COMPONENTS HWLOC
)
find_package
(
QUARK
REQUIRED
COMPONENTS HWLOC
)
# Add definition and include_dir if found
if
(
QUARK_FOUND
)
...
...
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