Commit a0fdf61
authored
Update how C API headers are installed (#11478)
Currently a script is used which means that at install-time a `*.cmake`
script is run. While I thought this inherited CMake configuration
options turns out it doesn't so the installed headers don't actually
reflect the configured features at build time. This commit changes this
to install from the headers-in-the-build-directory which indeed do
reflect features.1 parent 3d4bd05 commit a0fdf61
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments