diff options
author | Brad King <brad.king@kitware.com> | 2011-02-22 19:32:48 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-02-22 19:32:48 (GMT) |
commit | 6250c7324f874060f43cf760d8ad349add7fb5e2 (patch) | |
tree | 222c20c56b64293d6d0b69274862df03ac25b959 /Source/cmake.h | |
parent | 6dc8c252266f2464ce8067eea2897818067be53d (diff) | |
parent | a58ace68ce3a0ca69d0f7e3f103eab65d7302a9a (diff) | |
download | CMake-6250c7324f874060f43cf760d8ad349add7fb5e2.zip CMake-6250c7324f874060f43cf760d8ad349add7fb5e2.tar.gz CMake-6250c7324f874060f43cf760d8ad349add7fb5e2.tar.bz2 |
Merge topic 'fix-2828-more-info-in-script-mode'
a58ace6 Fix KWStyle line-too-long complaint (#2828)
106958c Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)
94d1684 Add CMAKE_SCRIPT_MODE_FILE variable (#2828)
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 70fcaa8..132a86d 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -406,7 +406,7 @@ protected: bool DoSuppressDevWarnings; ///! read in a cmake list file to initialize the cache - void ReadListFile(const char *path); + void ReadListFile(const std::vector<std::string>& args, const char *path); ///! Check if CMAKE_CACHEFILE_DIR is set. If it is not, delete the log file. /// If it is set, truncate it to 50kb |