Skip to content

Commit

Permalink
Don't try to install arith.h.
Browse files Browse the repository at this point in the history
Fix commit eeb7f7 which removed arith.h from DCMTK.
  • Loading branch information
michaelonken committed Mar 8, 2024
1 parent b4f04dc commit c8cc84c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ include(CMake/dcmtkAfterModules.cmake NO_POLICY_SCOPE)

# Install global headers
install(FILES "${DCMTK_BINARY_DIR}/config/include/dcmtk/config/osconfig.h"
"${DCMTK_BINARY_DIR}/config/include/dcmtk/config/arith.h"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/dcmtk/config"
COMPONENT include)

Expand Down

0 comments on commit c8cc84c

Please sign in to comment.