summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-02-22 19:32:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-02-22 19:32:48 (GMT)
commit6250c7324f874060f43cf760d8ad349add7fb5e2 (patch)
tree222c20c56b64293d6d0b69274862df03ac25b959 /Source/cmake.h
parent6dc8c252266f2464ce8067eea2897818067be53d (diff)
parenta58ace68ce3a0ca69d0f7e3f103eab65d7302a9a (diff)
downloadCMake-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.h2
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