diff options
author | David Cole <david.cole@kitware.com> | 2012-02-07 20:35:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-07 20:35:32 (GMT) |
commit | 2619d765567bd4bee8e5976a2c5967d36487cdd6 (patch) | |
tree | de587c8ffa68c9baa77b9c0934265b24257e51ba /Source/cmake.h | |
parent | 3921f1a559053dcf8c894321cb505dc4d24b3685 (diff) | |
parent | c8ef6430e09c063b74708ef0cd28f533c15fd8bd (diff) | |
download | CMake-2619d765567bd4bee8e5976a2c5967d36487cdd6.zip CMake-2619d765567bd4bee8e5976a2c5967d36487cdd6.tar.gz CMake-2619d765567bd4bee8e5976a2c5967d36487cdd6.tar.bz2 |
Merge topic 'warn-funny-path-names'
c8ef643 Allow directory names containing '=' and warn if necessary (#12934)
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index ae56e85..31b1bb7 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -468,8 +468,6 @@ protected: ///! Find the full path to one of the cmake programs like ctest, cpack, etc. std::string FindCMakeProgram(const char* name) const; - - bool RejectUnsupportedPaths(const char* desc, std::string const& path); private: cmake(const cmake&); // Not implemented. void operator=(const cmake&); // Not implemented. |