Skip to content

Commit

Permalink
Fixed HAVE_PROTOTYPE_FEENABLEEXCEPT configure test.
Browse files Browse the repository at this point in the history
  • Loading branch information
eichelberg committed Jan 13, 2025
1 parent 4aec0dc commit 739177d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMake/GenerateDCMTKConfigure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,7 @@ endif()
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} iphlpapi ws2_32 netapi32 wsock32)
endif()

if(HAVE_FENV_H)
set(HEADERS ${HEADERS} fenv.h)
endif()
set(HEADERS ${HEADERS} fenv.h)

# std::vsnprintf and std::vsnprintf need the C++ version of the headers.
# We just assume they exist when the C version was found
Expand Down

0 comments on commit 739177d

Please sign in to comment.