From: malaterre Date: Tue, 30 Nov 2004 17:22:27 +0000 (+0000) Subject: COMP: Once and for all fix this typo in main CVS X-Git-Tag: Version1.0.bp~554 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8e96226a1bf3582551e74a05d3df037d46fde4e4;p=gdcm.git COMP: Once and for all fix this typo in main CVS --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d4de892..23ba5c08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ INCLUDE (${CMAKE_ROOT}/Modules/TestBigEndian.cmake) TEST_BIG_ENDIAN(GDCM_WORDS_BIGENDIAN) INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake) -CHECK_INCLUDE_FILE("stdint.h" CMAKE_HAVE_STDINT_H) +CHECK_INCLUDE_FILE("stdint.h" GDCM_HAVE_STDINT_H) CONFIGURE_FILE(${GDCM_SOURCE_DIR}/gdcmConfigure.h.in ${GDCM_BINARY_DIR}/gdcmConfigure.h @ONLY IMMEDIATE)