Mentions légales du service

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

hqr build should not inheritates from specific chameleon's flags such as the...

hqr build should not inheritates from specific chameleon's flags such as the CFLAG -include starpu_simgrid_wrap.h, hqr does not depend on starpu
parent e91c2dda
No related branches found
No related tags found
No related merge requests found
...@@ -248,6 +248,11 @@ endif() ...@@ -248,6 +248,11 @@ endif()
#option(CHAMELEON_GEN_PREC "Generate source files precisions" ON) #option(CHAMELEON_GEN_PREC "Generate source files precisions" ON)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
###############################################################################
# Build dependency HQR library #
################################
add_subdirectory(hqr)
include_directories(hqr/include)
############################################################################### ###############################################################################
# Look for dependencies # # Look for dependencies #
...@@ -964,12 +969,6 @@ if (NOT CHAMELEON_SIMULATION) ...@@ -964,12 +969,6 @@ if (NOT CHAMELEON_SIMULATION)
endif() endif()
###############################################################################
# Add HQR library #
###################
add_subdirectory(hqr)
include_directories(hqr/include)
############################################################################### ###############################################################################
# Main library # # Main library #
################ ################
......
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