Build system not working correctly
In this last version of the master branch files are not compiling correctly. No errors seem to appear during compilation but in corsika-install folder a lot of corsika's code files are copied. For example, in ./corsika-install/share/corsika/examples/ the executables for running the examples do not appear, instead, the .cpp files are there.
The steps followed were:
git clone --recursive git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
cd corsika
mkdir ../corsika-build
cd ../corsika-build
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
make -j8
make install