I have disabled a library from the compilation,
E.g. cmake -DRESTLIB_AXION=OFF ..
However, when I execute restRoot in the new installed version of REST the library is still loading.
I believe the uninstall system is not working with .so installed libraries?
I have disabled a library from the compilation,
E.g.
cmake -DRESTLIB_AXION=OFF ..However, when I execute
restRootin the new installed version of REST the library is still loading.I believe the uninstall system is not working with
.soinstalled libraries?