X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=316955d5894d2e7ec977dd96a769577ae18e1a7b;hb=5297c664d2e2a380570f0aef41535ce547923b46;hp=382fb8d12117196c56c3daac87bf46a026d5f327;hpb=def46e1406409aebffa69097d83d7e1730352497;p=gdcm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 382fb8d1..316955d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,6 +132,8 @@ CHECK_INCLUDE_FILE("stdint.h" CMAKE_HAVE_STDINT_H) IF(UNIX) #Avoid polluting Win32 cmakecache CHECK_INCLUDE_FILE("inttypes.h" CMAKE_HAVE_INTTYPES_H) ENDIF(UNIX) +# Special JPR, don't know what he is doing... +CHECK_INCLUDE_FILE("sys/times.h" CMAKE_HAVE_SYS_TIMES_H) # Check if header file exists and add it to the list. INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFiles.cmake)