Skip to content

Commit

Permalink
Fix CMake build, closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Oct 29, 2024
1 parent ea137c2 commit 3c7ae64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-10-29: Fix CMake build, closes #49
2024-07-04: Minor rewording in man page
2024-06-17: Fix typo
2024-06-17: Version 0.12
Expand Down
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ set(mobi_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/util.h
${CMAKE_CURRENT_SOURCE_DIR}/write.c
${CMAKE_CURRENT_SOURCE_DIR}/write.h
${CMAKE_CURRENT_SOURCE_DIR}/xmlwriter.c
${CMAKE_CURRENT_SOURCE_DIR}/xmlwriter.h
)

if(USE_ENCRYPTION)
Expand Down

0 comments on commit 3c7ae64

Please sign in to comment.