From: malaterre Date: Fri, 11 Feb 2005 20:05:08 +0000 (+0000) Subject: ENH: Since this is available for everyone warn dummy user. X-Git-Tag: Version1.0.bp~13 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=130d6aa572c77dfe6ea8cd493d627a3535f2d0f1;p=gdcm.git ENH: Since this is available for everyone warn dummy user. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1475af9b..89cfd934 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,7 +144,7 @@ CHECK_INCLUDE_FILE_CONCAT("net/if_arp.h" CMAKE_HAVE_NET_IF_ARP_H) #----------------------------------------------------------------------------- # Force Big Endian emulation on little endian: -OPTION(GDCM_FORCE_BIGENDIAN_EMULATION "Force Big Endian Emulation." OFF) +OPTION(GDCM_FORCE_BIGENDIAN_EMULATION "Force Big Endian Emulation. Do use if you don't know what you are doing." OFF) CONFIGURE_FILE(${GDCM_SOURCE_DIR}/gdcmConfigure.h.in ${GDCM_BINARY_DIR}/gdcmConfigure.h @ONLY IMMEDIATE)