mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
18 lines
211 B
C++
18 lines
211 B
C++
|
|
#ifndef HAVE_PACK1
|
|
#error Expected HAVE_PACK1
|
|
#endif
|
|
|
|
#ifndef HAVE_PACK2
|
|
#error Expected HAVE_PACK2
|
|
#endif
|
|
|
|
#ifndef HAVE_PACK3
|
|
#error Expected HAVE_PACK3
|
|
#endif
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|