diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 86c9f71..5b69ce7 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -55,7 +55,7 @@ class cmake /** * Generate CMAKE_ROOT and CMAKE_COMMAND cache entries */ - void AddCMakePaths(const std::vector<std::string>&); + int AddCMakePaths(const std::vector<std::string>&); /** * constructor |