Commit b474e31
authored
Make ament_include_directories_order a function to allow paths with backslashes on windows. (#371)
* Repalce backslashes with forward slashes on Windows
Signed-off-by: Shane Loretz <[email protected]>
* Typo
Signed-off-by: Shane Loretz <[email protected]>
* Replace slashes in ARGN
Signed-off-by: Shane Loretz <[email protected]>
* Don't quote
Signed-off-by: Shane Loretz <[email protected]>
* Check ARGN has values before trying to string(REPLACE them
Signed-off-by: Shane Loretz <[email protected]>
* Make ament_include_directories_order a function
Signed-off-by: Shane Loretz <[email protected]>1 parent 4ac1ed1 commit b474e31
File tree
1 file changed
+3
-7
lines changed- ament_cmake_include_directories/cmake
1 file changed
+3
-7
lines changedLines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | | - | |
34 | | - | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
0 commit comments