mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
3e7ffddf2f
Now that the test is split, it doesn't make sense to have the directory anymore. It also helps with shortening paths.
11 lines
158 B
C++
11 lines
158 B
C++
#if SCANNING_CONTROL
|
|
# ifdef CMAKE_SCANNED_THIS_SOURCE
|
|
# error "This file should not have been scanned"
|
|
# endif
|
|
#endif
|
|
|
|
int never_scan()
|
|
{
|
|
return 0;
|
|
}
|