summaryrefslogtreecommitdiff
path: root/cmake/modules/Check64BitFormat.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-10-26 15:36:50 +0000
committerJörg Mayer <jmayer@loplof.de>2006-10-26 15:36:50 +0000
commitc1684fbf44748cf71bb2d76fe14ed3b0feba0b5f (patch)
tree09a1a1f826bd39af2474a7380aea16d31715ee4e /cmake/modules/Check64BitFormat.cmake
parent6cd3bd1202c3ff220ad4162542eb371aec76a59c (diff)
downloadwireshark-c1684fbf44748cf71bb2d76fe14ed3b0feba0b5f.tar.gz
frederic.heem:
Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt me: Fix a typo, change gcc flags to mimic the behaviour of autofoo stuff. svn path=/trunk/; revision=19707
Diffstat (limited to 'cmake/modules/Check64BitFormat.cmake')
-rw-r--r--cmake/modules/Check64BitFormat.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/Check64BitFormat.cmake b/cmake/modules/Check64BitFormat.cmake
index 4f8c843163..0941591fca 100644
--- a/cmake/modules/Check64BitFormat.cmake
+++ b/cmake/modules/Check64BitFormat.cmake
@@ -14,7 +14,7 @@
# check_64bit_format(I64 FORMAT_64BIT)
#
# if(NOT FORMAT_64BIT)
-# message(FATAL " 64 bit formart missing")
+# message(FATAL " 64 bit format missing")
# endif(NOT FORMAT_64BIT)
#
# set(PRIX64 "${FORMAT_64BIT}X")