Commit 7c2432a
committed
CMake: modulemap file override as build interface
We should only be pulling in the modulemap file from the source
directory when compiling against the build directory, not the installed
location. The module-map-file override should only be applied as part of
the build interface, not install interface. In cases where the sources
are checked out and we are compiling a project against the install
interface, we will run into a situation where the compiler sees the
modulemap from both the installed location and the source directory and
will complain.1 parent 2113033 commit 7c2432a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments