Skip to content

Commit

Permalink
Merge pull request #398 from Woazboat/fix-libxml++-compiler-options
Browse files Browse the repository at this point in the history
Fix libxml++ contrib library compiler options
  • Loading branch information
mmd-osm authored Apr 21, 2024
2 parents 631eff8 + ea40797 commit 001dc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ add_subdirectory(catch2)
add_subdirectory(libxml++)

target_link_libraries(catch2 INTERFACE cgimap_common_compiler_options)
target_link_libraries(libxml++ INTERFACE cgimap_common_compiler_options)
target_link_libraries(libxml++ PUBLIC cgimap_common_compiler_options)

0 comments on commit 001dc8a

Please sign in to comment.