mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
bc40cd7a4e
Exclude the case on generators where it does not yet work. Issue: #21865
4 lines
87 B
CMake
4 lines
87 B
CMake
file(WRITE "${RunCMake_TEST_BINARY_DIR}/main.c.in" [[
|
|
int main(void) { return 2; }
|
|
]])
|