mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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