diff options
Diffstat (limited to 'Source/CMakeBuildTargets.cxx')
-rw-r--r-- | Source/CMakeBuildTargets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeBuildTargets.cxx b/Source/CMakeBuildTargets.cxx index c87ecb7..15cd064 100644 --- a/Source/CMakeBuildTargets.cxx +++ b/Source/CMakeBuildTargets.cxx @@ -5,7 +5,7 @@ // This is the main program used to gentrate makefile fragments // from CMakeLists.txt input files. -main(int ac, char** av) +int main(int ac, char** av) { if(ac < 2) { |