Commit 910ffce
committed
[roottest] Use
The `root` executable should not be used directly in the test command,
because if there was no `root` CMake target, it might use the literal
string "root" in the command, potentially resolving to a ROOT install on
the system and not the ROOT from the build directory.
It is safer to use a `TARGET_FILE` generator expression here.root target file in dotLibraries test command1 parent 79a1cd5 commit 910ffce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments