mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
faa950a155
Make the compiler command lines visible in the configure log. Issue: #23200
8 lines
108 B
C
8 lines
108 B
C
#ifndef EXAMPLE_DEFINITION
|
|
# error "EXAMPLE_DEFINITION not defined."
|
|
#endif
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|