Skip to content

Commit

Permalink
GDCM 2024-04-02 (8a6da61b)
Browse files Browse the repository at this point in the history
Code extracted from:

    https://github.com/malaterre/GDCM.git

at commit 8a6da61b9e57d9591c0cde737395de461d866b78 (release).
  • Loading branch information
GDCM Upstream authored and dzenanz committed Apr 3, 2024
1 parent 919cf42 commit 6b77ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ unset(CMAKE_REQUIRED_INCLUDES)
unset(CMAKE_REQUIRED_LIBRARIES)

#include(CheckSymbolExists)
CHECK_FUNCTION_EXISTS(gettimeofday GDCM_HAVE_GETTIMEOFDAY)
CHECK_SYMBOL_EXISTS(gettimeofday "sys/time.h" GDCM_HAVE_GETTIMEOFDAY)
# json-c API changed:
if(GDCM_USE_SYSTEM_JSON)
set(CMAKE_REQUIRED_INCLUDES ${JSON_INCLUDE_DIRS})
Expand Down

0 comments on commit 6b77ea2

Please sign in to comment.