Commit 733064b
David Eles
Fix build issues during import.
When stdexec is used as a 3rd-party dependency for example with fetch
content it is downloaded into the cmake build folder under the _deps.
A setup like that will results a build directory structure like
build/_deps/stdexec-src
/stdexec-build
in this context the CMAKE_BINARY_DIR is the build folder and the
CMAKE_CURRENT_BINARY_DIR is the build/_deps/stdexec-build.
Issue #1:
Right now the build will place two files into the 'main' build folder:
- execution.bs
- RAPIDS.cmake
It might causes problems when the main cmake project uses RAPIDS
with a different version.
Issue NVIDIA#2: There is no such a file stdexec_version_config.hpp under the
main build tree. And it will cause a configuration error.1 parent 2e87822 commit 733064b
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments