https://github.com/Kitware/CMake
Revision bec3487fa94093e696be170c4d85567c3c934545 authored by Stephen Kelly on 10 October 2015, 12:23:48 UTC, committed by Stephen Kelly on 10 October 2015, 13:36:57 UTC
1 parent e0f740f
Raw File
Tip revision: bec3487fa94093e696be170c4d85567c3c934545 authored by Stephen Kelly on 10 October 2015, 12:23:48 UTC
cmCacheManager: Remove cmMakefile dependency.
Tip revision: bec3487
CheckIncludeFile.c.in
#include <${CHECK_INCLUDE_FILE_VAR}>

#ifdef __CLASSIC_C__
int main()
{
  return 0;
}
#else
int main(void)
{
  return 0;
}
#endif
back to top