mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
minor compile fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
// this is a test driver program for cmake.
|
||||
main (int argc, char *argv[])
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
if (argc < 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user