Skip to content

Commit

Permalink
cmake: remove duplicate install of endianness.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jun 21, 2024
1 parent a6c2c34 commit be532c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ install(TARGETS leptonica EXPORT LeptonicaTargets RUNTIME DESTINATION bin LIBRAR
install(EXPORT LeptonicaTargets DESTINATION ${leptonica_INSTALL_CMAKE_DIR})
install(FILES
${hdr}
${CMAKE_BINARY_DIR}/src/endianness.h
DESTINATION include/leptonica)

################################################################################

0 comments on commit be532c0

Please sign in to comment.