https://github.com/Kitware/CMake
Revision 29907992277e0145a83368f3e8674b0608d745c5 authored by Brad King on 29 August 2017, 19:33:24 UTC, committed by Brad King on 29 August 2017, 19:33:24 UTC
2 parent s 0584079 + 18454ea
Raw File
Tip revision: 29907992277e0145a83368f3e8674b0608d745c5 authored by Brad King on 29 August 2017, 19:33:24 UTC
Merge branch 'fix-find-package-mode' into release-3.9
Tip revision: 2990799
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