https://github.com/Kitware/CMake
Raw File
Tip revision: e72b0ba6b1b43424930c385fafb6c2e038acc8ca authored by Bill Hoffman on 04 December 2006, 14:58:27 UTC
ENH: move to actual release
Tip revision: e72b0ba
CheckIncludeFile.cxx.in
#include <${CHECK_INCLUDE_FILE_VAR}>

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