Files
CMake/Tests/RunCMake/try_compile/Verbose.c
Brad King faa950a155 try_compile: Run native build tool with verbose output
Make the compiler command lines visible in the configure log.

Issue: #23200
2023-01-20 09:17:51 -05:00

8 lines
108 B
C

#ifndef EXAMPLE_DEFINITION
# error "EXAMPLE_DEFINITION not defined."
#endif
int main(void)
{
return 0;
}