mirror of
https://github.com/eclipse/upm.git
synced 2025-07-08 12:51:18 +03:00
java_blacklist: Enable Java blacklisted modules
Enable building java wrappers for a few that were previously blacklisted. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -119,7 +119,7 @@ endfunction (_gen_pkg_config_per_target)
|
||||
# writes a pom file to each build directory
|
||||
function (_gen_pom_per_target)
|
||||
# Remove targets listed in the JAVA blacklist from pom file generation
|
||||
list(REMOVE_ITEM ARGN ${JAVASWIG_BLACKLIST})
|
||||
list(REMOVE_ITEM ARGN JAVASWIG_BLACKLIST)
|
||||
|
||||
list(LENGTH ARGN n_targets)
|
||||
message(STATUS "Generating pom files for ${n_targets} CXX libraries...")
|
||||
|
Reference in New Issue
Block a user