Silvio Traversaro
Silvio Traversaro
I think it should be sufficient to just pass the `CONFIGURE_COMMAND` (the one that usually is "cmake ..", `BUILD_COMMAND` (the one that usually is "cmake --build .") and `INSTALL_COMMAND` (the...
cc @jeljaik
In case a new build directory is created in an existing superbuild, for each package not found in the system the following message is printed: ~~~ -- Package GazeboYARPPlugins not...
Probably related to https://github.com/robotology/ycm/issues/58 , but I open the issue to state the user case clearly. If the user has an already downloaded superbuild repository, and wants to compile it...
Probably related to https://github.com/robotology/ycm/issues/95 .
Spin off of https://github.com/robotology/ycm/issues/82#issuecomment-112800650 @traversaro wrote : > In *nix systems, the install target is executed everytime the "main" target is invoked.. in Windows (at least in Visual Studio 2010...
cc @drdanz ## Configuring the git user is strictly necessary? Currently for using any superbuild is necessary to set up a git user with the following commands: ``` git config...
See https://github.com/robotology/icub-models-generator/pull/246 . @martinaxgloria @Nicogene
Spin-off of https://github.com/robotology-playground/icub-model-generator/issues/29 .