-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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)
LamKamhang
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request