You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
). To copy files at build time (i.e. when make is called) one should define custom target to do the copy (see for example https://discourse.cmake.org/t/copying-config-specific-paths-at-build-time/4776/4), ideally defining appropriately the file on which the copy depends. I am not sure if the additional complexity at the CMake code level is worth the gain in usability.
I noticed that if I don't call
cmake .
make install
does not install the modelscc @traversaro
The text was updated successfully, but these errors were encountered: