Results 2 issues of pylberto

Removed function for setting c++11 standard in favor of using CMake 3.1 global: set (CMAKE_CXX_STANDARD 11) Signed-off-by: Noel Eck

The ${module_src} is no longer built into each wrapper module (python, JAVA, and NodeJS). Python and NodeJS are fine with this however JAVA wrappers require functionality added with #ifdefs in...