]> Creatis software - gdcm.git/blobdiff - CMakeLists.txt
BUG: there was a problem with uint64_t. C99 clearly specify that vendor compiler...
[gdcm.git] / CMakeLists.txt
index fdc9ff0441e344abfd503589e49ca466ad0b44de..2a536c872096495ad1e266cf441b638543a88ab3 100644 (file)
@@ -128,6 +128,7 @@ TEST_BIG_ENDIAN(GDCM_WORDS_BIGENDIAN)
 
 INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake)
 CHECK_INCLUDE_FILE("stdint.h"       CMAKE_HAVE_STDINT_H)
+CHECK_INCLUDE_FILE("inttypes.h"     CMAKE_HAVE_INTTYPES_H)
 
 # Check if header file exists and add it to the list.
 INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFiles.cmake)