Closed mattephi closed 5 months ago
As a workaround, I have removed lines which append the path inside cmake_install, now crocoddyl successfully finds this dependency
Ok, most probably I was wrong. I was using CMAKE_INSTALL_PREFIX as env variable instead of defined variable of cmake, now it seems to work properly
I am building example-robot-data against conda environment. I have specified CMAKE_INSTALL_PREFIX as a $CONDA_PREFIX. As well as CMAKE_PREFIX_PATH.
Expected behaviour:
cmake .. && make && make -j4 install
installs in the environmentActual behaviour: Make appends
/usr/local
resulting in wrong hierarchy.OS: Asahi Linux Fedora 40