mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
7d7aba292c
STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex
5 lines
28 B
C
5 lines
28 B
C
int main()
|
|
{
|
|
return -1;
|
|
}
|