Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1a713d4e authored by hhakim's avatar hhakim
Browse files

Fix openblas license embedded even if openblaso not enabled.

parent 7da113fa
No related merge requests found
......@@ -323,7 +323,9 @@ configure_file(${PROJECT_SOURCE_DIR}/license.txt ${FAUST_PYTHON_BIN_DIR}/pyfaust
configure_file(${PROJECT_SOURCE_DIR}/license_matio.txt ${FAUST_PYTHON_BIN_DIR}/pyfaust/license_matio.txt COPYONLY)
configure_file(${PROJECT_SOURCE_DIR}/license_hdf5.txt ${FAUST_PYTHON_BIN_DIR}/pyfaust/license_hdf5.txt COPYONLY)
configure_file(${PROJECT_SOURCE_DIR}/license_zlib.txt ${FAUST_PYTHON_BIN_DIR}/pyfaust/license_zlib.txt COPYONLY)
configure_file(${PROJECT_SOURCE_DIR}/license_openblas.txt ${FAUST_PYTHON_BIN_DIR}/pyfaust/license_openblas.txt COPYONLY)
if(USE_OPENBLASO)
configure_file(${PROJECT_SOURCE_DIR}/license_openblas.txt ${FAUST_PYTHON_BIN_DIR}/pyfaust/license_openblas.txt COPYONLY)
endif()
#TODO: externalize this function to use it for matlab filetering too (e.g. in ${PROJECT_SOURCE_DIR}/misc/binpkg_postinst_scripts/filter_experimental_code.cmake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment