Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 970e6c9e authored by hhakim's avatar hhakim
Browse files

CMake script: fix uninstalled fdb submodules (#343, !1).

parent 7353f362
No related branches found
No related tags found
1 merge request!1review of fdb function
Pipeline #1001286 passed
......@@ -512,6 +512,7 @@ install(DIRECTORY ${FAUST_PYTHON_BIN_DIR}/ DESTINATION
${CMAKE_INSTALL_PYTHON_PREFIX} FILE_PERMISSIONS ${INSTALL_FILE_PERMISSION}
DIRECTORY_PERMISSIONS ${INSTALL_DIR_PERMISSION} FILES_MATCHING PATTERN
"pyfaust/*.py" PATTERN "pyfaust/tests/*.py" PATTERN "*.so" PATTERN "*.pyd"
PATTERN "pyfaust/fdb/*.py"
PATTERN "libomp.*"
PATTERN "build" EXCLUDE PATTERN "dist" EXCLUDE PATTERN "setup*" EXCLUDE PATTERN "CMakeFiles*" EXCLUDE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment