Mentions légales du service

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

Undo the cmake FILE(REMOVE) for +factparams as we don't want it as...

Undo the cmake FILE(REMOVE) for +factparams as we don't want it as experimental for the next release.

Forgotten in 2.5.14.
parent b0375acb
Branches
Tags 2.5.15
No related merge requests found
Pipeline #833887 skipped
......@@ -80,8 +80,8 @@ foreach(MATFAUST_FILE IN LISTS FAUST_MATLAB_MATFAUST_FILE_LIST)
endforeach()
# --no-empty deletes emtpy file after filtering
# easy way to delete the whole module instead of having to insert deletion tags into each file
FILE(REMOVE_RECURSE "${FAUST_MATLAB_NAMESPACE_BIN_DIR}/+factparams") #TODO: do it in py script directly with a special arg
FILE(REMOVE_RECURSE "${PROJECT_BINARY_DIR}/tmp_gendoc_matfaust/+matfaust/+factparams") #TODO: do it in py script directly with a special arg
#FILE(REMOVE_RECURSE "${FAUST_MATLAB_NAMESPACE_BIN_DIR}/+factparams") #TODO: do it in py script directly with a special arg
#FILE(REMOVE_RECURSE "${PROJECT_BINARY_DIR}/tmp_gendoc_matfaust/+matfaust/+factparams") #TODO: do it in py script directly with a special arg
endif()
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment