summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-10-04 16:31:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-10-04 16:31:09 (GMT)
commit1066af45278f29e7a5f1b5ba3d7d12bce15719e4 (patch)
tree6beeea084d3bb262b2d9ada6c562a4ac7109e34c /Source/cmake.h
parent7e3c70082ae433e7793afad6d9a3366bf6c1e215 (diff)
downloadCMake-1066af45278f29e7a5f1b5ba3d7d12bce15719e4.zip
CMake-1066af45278f29e7a5f1b5ba3d7d12bce15719e4.tar.gz
CMake-1066af45278f29e7a5f1b5ba3d7d12bce15719e4.tar.bz2
ENH: Mathieus support for path conversions
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 7f13f74..168d690 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -1,5 +1,3 @@
-#ifndef cmake_h
-#define cmake_h
/*=========================================================================
Program: CMake - Cross-Platform Makefile Generator
@@ -39,6 +37,9 @@
//
+#ifndef cmake_h
+#define cmake_h
+
#include "cmSystemTools.h"
class cmGlobalGenerator;
@@ -309,6 +310,8 @@ private:
std::string m_CXXEnvironment;
std::string m_CCEnvironment;
bool m_DebugTryCompile;
+
+ void UpdateConversionPathTable();
};
#define CMAKE_STANDARD_OPTIONS_TABLE \