Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ab306e3a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

make cmake Find of runtimes required

parent b91ad9d4
No related branches found
No related tags found
No related merge requests found
...@@ -494,7 +494,7 @@ if( CHAMELEON_SCHED_STARPU ) ...@@ -494,7 +494,7 @@ if( CHAMELEON_SCHED_STARPU )
set(HWLOC_DIR "" CACHE PATH "Root directory of HWLOC library") set(HWLOC_DIR "" CACHE PATH "Root directory of HWLOC library")
set(FXT_DIR "" CACHE PATH "Root directory of FXT library") set(FXT_DIR "" CACHE PATH "Root directory of FXT library")
set(STARPU_DIR "" CACHE PATH "Root directory of STARPU 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}) COMPONENTS ${STARPU_COMPONENT_LIST})
# Add definition and include_dir if found # Add definition and include_dir if found
...@@ -598,7 +598,7 @@ if( CHAMELEON_SCHED_QUARK ) ...@@ -598,7 +598,7 @@ if( CHAMELEON_SCHED_QUARK )
set(HWLOC_DIR "" CACHE PATH "Root directory of HWLOC library") set(HWLOC_DIR "" CACHE PATH "Root directory of HWLOC library")
set(QUARK_DIR "" CACHE PATH "Root directory of QUARK 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 # Add definition and include_dir if found
if(QUARK_FOUND) if(QUARK_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment