summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-05-23 18:54:42 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2014-06-05 16:44:17 (GMT)
commitefc205695de570c740285b38fbac701f77179ecb (patch)
treedd950ce696fbecfe4d836066ae8dee76be25fe54 /Source/cmake.h
parentd46c650d676420a3053ba39e7af8808d581d04ab (diff)
downloadCMake-efc205695de570c740285b38fbac701f77179ecb.zip
CMake-efc205695de570c740285b38fbac701f77179ecb.tar.gz
CMake-efc205695de570c740285b38fbac701f77179ecb.tar.bz2
cmake: remove dummy backtraces for IssueMessage
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 329b439..47e25d5 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -13,6 +13,7 @@
#ifndef cmake_h
#define cmake_h
+#include "cmListFileCache.h"
#include "cmSystemTools.h"
#include "cmPropertyDefinitionMap.h"
#include "cmPropertyMap.h"
@@ -29,7 +30,6 @@ class cmFileTimeComparison;
class cmExternalMakefileProjectGenerator;
class cmDocumentationSection;
class cmPolicies;
-class cmListFileBacktrace;
class cmTarget;
class cmGeneratedFileStream;
@@ -360,7 +360,7 @@ class cmake
/** Display a message to the user. */
void IssueMessage(cmake::MessageType t, std::string const& text,
- cmListFileBacktrace const& backtrace);
+ cmListFileBacktrace const& backtrace = cmListFileBacktrace());
///! run the --build option
int Build(const std::string& dir,
const std::string& target,