Fighting to run tixi3wrapper ...
Closed this issue · 0 comments
pbouda95 commented
Hello there,
After a manual build of tixi of through CMake, I did not manage to generate a shared library required by the python wrapper (a libtixi3.a static lib has been created instead of a dynamic one). Is it a expected behaviour or did I do something wrong ?
Here was my cmake cmd: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install ../
Cheers,