Skip to content

Commit

Permalink
Merge pull request #3 from WallaceIT/wformat_build_fix
Browse files Browse the repository at this point in the history
Fix build failure due to mismatched options
  • Loading branch information
embetrix authored Dec 7, 2024
2 parents bafbb87 + fe0e0d1 commit 6ad0a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()

# Add the executable
add_executable(bmap-writer bmap-writer.cpp)
target_compile_options(bmap-writer PUBLIC -Wformat-security -Wconversion -Wsign-conversion -pedantic -Werror)
target_compile_options(bmap-writer PUBLIC -Wformat -Wformat-security -Wconversion -Wsign-conversion -pedantic -Werror)

# Link the libraries
target_link_libraries(bmap-writer ${LIBXML2_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES} ${LIBLZMA_LIBRARIES})
Expand Down

0 comments on commit 6ad0a51

Please sign in to comment.