Because of project prefix, build fails.
If prefix is removed from project.xml, the build goes well.
Compilation error:
prompt> cd bindings/jni
prompt> ./ci_build.sh
...
CMake Error at CMakeLists.txt:23 (find_package):
By not providing "Findfbp.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "fbp", but
CMake did not find one.
Could not find a package configuration file provided by "fbp" with any of
the following names:
fbpConfig.cmake
fbp-config.cmake
Add the installation prefix of "fbp" to CMAKE_PREFIX_PATH or set "fbp_DIR"
to a directory containing one of the above files. If "fbp" provides a
separate development package or SDK, be sure it has been installed.
After investigation, CMakeLists.txt is generated like this:
Example project is defined like:
Because of project prefix, build fails. If prefix is removed from project.xml, the build goes well.
Compilation error:
After investigation, CMakeLists.txt is generated like this:
But zproject generates the following file:
Solution: Fix Java build, when project.xml has a defined 'prefix'.