Errors on install
Posted: Sat Feb 27, 2021 11:57 pm
I have closely followed three different sets of instruction with varying degrees of success. The latest iteration has resulted in the following terminal output for cmake:
Using cmake gui I can complete make, but then ctest returnsCMake Error at CMakeLists.txt:831 (find_package):
By not providing "Findcasadi.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "casadi", but
CMake did not find one.
Could not find a package configuration file provided by "casadi" (requested
version 3.4.4) with any of the following names:
casadiConfig.cmake
casadi-config.cmake
Add the installation prefix of "casadi" to CMAKE_PREFIX_PATH or set
"casadi_DIR" to a directory containing one of the above files. If "casadi"
provides a separate development package or SDK, be sure it has been
installed.
make -install returns,Test project /home/ross/opensim/opensim_dependencies_build
No tests were found!!!
I'm on linux mint 20.1. I'm not sure what further information would help but happy to provide.make: *** No rule to make target 'install'. Stop.