mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -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;
|
|
}
|