Mentions légales du service

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

fix BLAS_SEQ/PAR_COMPILER_FLAGS and BLAS_SEQ/PAR_LINKER_FLAGS variables handling

parent 2c74b63d
Branches
No related tags found
No related merge requests found
......@@ -301,11 +301,7 @@ endif()
# Reset pure BLAS cmake variables to the sequential case (arbitrary default)
if(BLAS_SEQ_LIBRARIES)
set(BLAS_LIBRARIES "${BLAS_SEQ_LIBRARIES}")
endif()
if (BLAS_SEQ_COMPILER_FLAGS)
set(BLAS_COMPILER_FLAGS "${BLAS_SEQ_COMPILER_FLAGS}")
endif()
if (BLAS_SEQ_LINKER_FLAGS)
set(BLAS_LINKER_FLAGS "${BLAS_SEQ_LINKER_FLAGS}")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment