mirror of
https://github.com/reactos/CMake.git
synced 2025-02-10 13:53:56 +00:00
![Stephen Kelly](/assets/img/avatar_default.png)
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;
|
|
}
|