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
CMake options do not have a project specific prefix and may hence interact/interfere with the cache variables of a parent project.
The solution I'd like
Prefix CMake options with the project name.
This will not only fix the above problem, but will also nicely cluster the variables in the CMake cache and the CMake GUI.
Alternatives I've considered
None.
The text was updated successfully, but these errors were encountered:
Feature category
The problem
CMake options do not have a project specific prefix and may hence interact/interfere with the cache variables of a parent project.
The solution I'd like
Prefix CMake options with the project name.
This will not only fix the above problem, but will also nicely cluster the variables in the CMake cache and the CMake GUI.
Alternatives I've considered
None.
The text was updated successfully, but these errors were encountered: