mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Tests: Fix RunCMake.ExcludeFromAll test program warning
Add a return value to `main()`.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user