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
* Install config files in correct location
According to https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure the config files should be *not* placed under /usr/share (which is what DATA_INSTALL_DIR gives you). Putting it one location under /usr/share makes it impossible to install for multiple libs (or archs).
The provided patch is only tested under Linux and might need extension to work under Windows. (See link abode for Windows search path.)
* Changing to lib/cmake/${projectname}
Co-Authored-By: Ricardo González <[email protected]>
* Updated Windows packaging cmake template with new config directory.
0 commit comments