diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-25 19:08:05 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-25 19:08:05 (GMT) |
commit | 5eda3799074f858f7790975b7a294374720177f7 (patch) | |
tree | e39a1cf883d7098956fbf0e49041ba04f79c7816 /Tests/LoadCommand/LoadedCommand.h.in | |
parent | ef07a8565ee0bf80918d4178058cd2ded8722db8 (diff) | |
download | CMake-5eda3799074f858f7790975b7a294374720177f7.zip CMake-5eda3799074f858f7790975b7a294374720177f7.tar.gz CMake-5eda3799074f858f7790975b7a294374720177f7.tar.bz2 |
ENH: clean up loaded command test so you can tell what really failed
Diffstat (limited to 'Tests/LoadCommand/LoadedCommand.h.in')
-rw-r--r-- | Tests/LoadCommand/LoadedCommand.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/LoadCommand/LoadedCommand.h.in b/Tests/LoadCommand/LoadedCommand.h.in index b910e49..7a0a15d 100644 --- a/Tests/LoadCommand/LoadedCommand.h.in +++ b/Tests/LoadCommand/LoadedCommand.h.in @@ -1,5 +1,6 @@ /* Check for size of types */ #cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR} +#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT} /* Check for functions */ #cmakedefine HAVE_PRINTF @@ -9,4 +10,4 @@ #cmakedefine HAVE_SYS_PRCTL_H /* Check for libraries */ -#cmakedefine HAVE_LIBM
\ No newline at end of file +#cmakedefine HAVE_LIBM |