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
One thing I actually do worry about now is if a user installs different versions of the same package without using a versioned include path. Then the include path would only contain the most recent installed version, but the CMake modules would still exist for all versions.
Perhaps we could check if the include path contains the version string and emit an informative warning if the flag NO_VERSION_SUFFIX isn't set. (using flag would completely overwrite the old versions, so CMake won't find old versions at all)
One thing I actually do worry about now is if a user installs different versions of the same package without using a versioned include path. Then the include path would only contain the most recent installed version, but the CMake modules would still exist for all versions.
Perhaps we could check if the include path contains the version string and emit an informative warning if the flag
NO_VERSION_SUFFIX
isn't set. (using flag would completely overwrite the old versions, so CMake won't find old versions at all)Originally posted by @TheLartians in #15 (comment)
The text was updated successfully, but these errors were encountered: