diff options
| author | Brad King <brad.king@kitware.com> | 2019-06-12 15:42:44 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2019-06-12 15:42:44 (GMT) |
| commit | fa00a3b29bdc962429af13c64f11b51fee8c58bb (patch) | |
| tree | 9aec87bfb4dea2bb3e74ab08a8692838a79f9fa5 /Source/cmake.h | |
| parent | 8d3c919a3cbef7d92f24409fa7a5737e835957ee (diff) | |
| parent | c932f498426609beb14b9339c2a7dec3ea624998 (diff) | |
| download | CMake-fa00a3b29bdc962429af13c64f11b51fee8c58bb.zip CMake-fa00a3b29bdc962429af13c64f11b51fee8c58bb.tar.gz CMake-fa00a3b29bdc962429af13c64f11b51fee8c58bb.tar.bz2 | |
Merge branch 'capabilities-fileapi' into release-3.15
Merge-request: !3433
Diffstat (limited to 'Source/cmake.h')
| -rw-r--r-- | Source/cmake.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 4de9d28..fa4409a 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -136,9 +136,9 @@ public: #if defined(CMAKE_BUILD_WITH_CMAKE) Json::Value ReportVersionJson() const; - Json::Value ReportCapabilitiesJson(bool haveServerMode) const; + Json::Value ReportCapabilitiesJson() const; #endif - std::string ReportCapabilities(bool haveServerMode) const; + std::string ReportCapabilities() const; //@{ /** |
