Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The build process of the cpp binding is kind of complex at the moment because some parts are done by ant and some tasks are done by CMake.
The actual build is done by CMake, but the installation step into the dist folder is done by ant. This should be simplified IMHO.
Ant should only be the wrapper which starts the CMake build process. All the rest should be done by CMake .