diff options
author | KWSys Robot <kwrobot@kitware.com> | 2014-07-02 14:57:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-07 13:04:19 (GMT) |
commit | 3d127627f8e28d97ecc44515e274b3780ae3f4b9 (patch) | |
tree | 4c1cd35ad2f054bf041265162e49db23cdc38b6a /testSystemTools.h.in | |
parent | ed52685dd7ea5c54e7a5e6caa789293d76f10b15 (diff) | |
download | CMake-3d127627f8e28d97ecc44515e274b3780ae3f4b9.zip CMake-3d127627f8e28d97ecc44515e274b3780ae3f4b9.tar.gz CMake-3d127627f8e28d97ecc44515e274b3780ae3f4b9.tar.bz2 |
KWSys 2014-07-02 (c2a329ce)
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ c2a329ce | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' c282e64f..c2a329ce
Chuck Atkins (3):
e4bba930 Directory: Make sure the /* suffix uses correct slashes
97817ce7 SystemTools: Refactor test file and directory locations
8f991ab0 SystemTools: Use extended paths on Windows for > 256 length
Clinton Stimpson (1):
c2a329ce Encoding: Fixes uses of stat() on Windows to work with unicode.
Change-Id: I8e3aa1ba66ce80900cb25a692287495b911dcbd0
Diffstat (limited to 'testSystemTools.h.in')
-rw-r--r-- | testSystemTools.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testSystemTools.h.in b/testSystemTools.h.in index 4b94bb6..66f0f72 100644 --- a/testSystemTools.h.in +++ b/testSystemTools.h.in @@ -14,7 +14,8 @@ #define EXECUTABLE_OUTPUT_PATH "@CMAKE_CURRENT_BINARY_DIR@" -#define TEST_SYSTEMTOOLS_BIN_FILE "@TEST_SYSTEMTOOLS_BIN_FILE@" -#define TEST_SYSTEMTOOLS_SRC_FILE "@TEST_SYSTEMTOOLS_SRC_FILE@" +#define TEST_SYSTEMTOOLS_SOURCE_DIR "@TEST_SYSTEMTOOLS_SOURCE_DIR@" +#define TEST_SYSTEMTOOLS_BINARY_DIR "@TEST_SYSTEMTOOLS_BINARY_DIR@" +#cmakedefine KWSYS_TEST_SYSTEMTOOLS_LONG_PATHS #endif |