diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 516d981..71a7713 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -69,7 +69,8 @@ class cmake ///! construct an instance of cmake static const char *GetCMakeFilesDirectory() {return "/CMakeFiles";}; - static const char *GetCMakeFilesDirectoryPostSlash() {return "CMakeFiles/";}; + static const char *GetCMakeFilesDirectoryPostSlash() { + return "CMakeFiles/";}; //@{ /** |