mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
4959f3413c
Otherwise Matches() ends up doing a comparison of the directories /path/to/dir/subdir/.. and /path/to/dir as strings and not matching where it should.
10 lines
95 B
C++
10 lines
95 B
C++
|
|
#ifndef SUBDIR_TEST
|
|
#error Expected SUBDIR_TEST
|
|
#endif
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|