Commit 715c7b2
committed
Delegate copy command to cmake binary.
The CMakeLists.txt was performing a `cp` command
directly, which while it was not an issue on linux,
if you build on Windows with cmake, it fails the
build because the equivalent command is `copy`.
I made it so we use the portable interface of
the CMake binary to perform the copy across all
targets, so it's portable.1 parent a84fe1e commit 715c7b2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments