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
InstallBasicPackageFiles: The package is now exported to the user package registry, when the CMAKE_EXPORT_PACKAGE_REGISTRY is enabled.
InstallBasicPackageFiles: Added the new NO_EXPORT option, that can be used to install a set of CMake files when you don't have an export set or any targets to export.
Superbuild Modules
YCMEPHelper: The YCM_EP_INSTALL_DIR variable can be used to change where the subprojects will be installed (default ${PROJECT_BINARY_DIR}/install). You should not change the YCM_EP_INSTALL_DIR variable, unless you wish to build the superbuild only once, and discard the build directory. In this case you should change this variable to the final destination of the build since, for many projects, the build is not relocatable. Please also note that, if you change it to a folder that is not writable by current user, you will have to run the whole build as superuser.
This discussion was converted from issue #368 on December 12, 2020 12:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
YCM 0.11.0 was released today and is now available for download at: https://github.com/robotology/ycm/releases/.
Changes made since YCM 0.10.0 include the following.
Important Changes
Build System
Modules
Generic Modules
InstallBasicPackageFiles
: The package is now exported to the user package registry, when theCMAKE_EXPORT_PACKAGE_REGISTRY
is enabled.InstallBasicPackageFiles
: Added the newNO_EXPORT
option, that can be used to install a set of CMake files when you don't have an export set or any targets to export.Superbuild Modules
YCMEPHelper
: TheYCM_EP_INSTALL_DIR
variable can be used to change where the subprojects will be installed (default${PROJECT_BINARY_DIR}/install
). You should not change theYCM_EP_INSTALL_DIR
variable, unless you wish to build the superbuild only once, and discard the build directory. In this case you should change this variable to the final destination of the build since, for many projects, the build is not relocatable. Please also note that, if you change it to a folder that is not writable by current user, you will have to run the whole build as superuser.Beta Was this translation helpful? Give feedback.
All reactions