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: Fix X_LIBRARY option for specifying name of 3rd party library.
Declaring it as PATH option was incorrect because then the option hanlding logic resolved it to an absolute path which is not what we want for this option which should be either a plain library name or a path relative to X_LIBRARY_DIR.
0 commit comments