mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
4716f2be83
The fix in commit v3.8.1~4^2 (source_group: Fix TREE with root that is not current source dir, 2017-04-20) accidentally broke support for specifying paths relative to the source directory. Fix it and add a test covering the case. While at it, fix a typo in a variable name. Fixes: #16876
5 lines
42 B
C
5 lines
42 B
C
int tree_prefix_foo(void)
|
|
{
|
|
return 6;
|
|
}
|