https://github.com/Kitware/CMake
Raw File
Tip revision: da92cdab5206d0556822ee12350636300ec73160 authored by Brad King on 11 February 2015, 16:08:37 UTC
Merge branch 'cpack_rpm_mulit_prefix_fixup' into release
Tip revision: da92cda
foo2.c
#ifndef foo_h
# include "foo.h"
# error "Precompiled header foo_precompiled.h has not been loaded."
#endif

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