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
Fix setting of ARCH_INDEPENDENT based on INTERFACE_LIBRARY property (#39)
If PROJECT_ARCH_INDEPENDENT is not set by the user, PackageProject
will attempt to set this automatically depending on whether the target
is an INTERFACE_LIBRARY or not.
However, this auto-detection currently does not work due to an error in
the CMake logic.
0 commit comments