https://github.com/Kitware/CMake
Raw File
Tip revision: 8883613cc022d0ae2c96d84adf79dd82b74df658 authored by Bill Hoffman on 31 July 2006, 15:00:31 UTC
ENH: move release branch
Tip revision: 8883613
CheckIncludeFile.cxx.in
#include <${CHECK_INCLUDE_FILE_VAR}>

int main()
{
  return 0;
}
back to top