Commit 2d8a468
authored
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.1 parent ac46aef commit 2d8a468
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments