diff options
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index cc8e80d..8c8c013 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -243,7 +243,7 @@ int do_cmake(int ac, char** av) if(command) { - int ret = cmake::CMakeCommand(args); + int ret = cmake::ExecuteCMakeCommand(args); return ret; } if (wiz) |