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:
Noel Eck
2018-01-17 13:36:19 -08:00
parent 23a57b8c90
commit 36ebd15abc
6 changed files with 31 additions and 5 deletions

View File

@ -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...")