Commit 1feb7c7
Fix devtools CMake build failure on Windows (pytorch#13251)
Update the devtools bundled program build to work on Windows by using
the non build interface string to create the directory. I'm not entirely
sure why this was working on Mac/Linux, but looking at the other
devtools cases where a directory was created at configuration time(?),
it was using the non build interface path variable
(DEVTOOLS_INCLUDE_DIR_NO_BUILD_INTERFACE), so this would appear to be
the correct behavior.
Note that the Windows pybind job is still failing on this PR, but is
failing later. Without this change, the CMake configuration step fails.
Now, it fails in the actual build - one step closer.1 parent 1797ba1 commit 1feb7c7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments