Skip to content

Commit

Permalink
🐛 Added the position independent code requirement for tinyxml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Oct 9, 2023
1 parent 3e701b1 commit 3c8fb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,5 @@ target_link_system_libraries(libfiction INTERFACE graph-coloring)
set(tinyxml2_BUILD_TESTING OFF)
check_if_present(tinyxml2)
add_subdirectory(tinyxml2 EXCLUDE_FROM_ALL)
set_property(TARGET tinyxml2 PROPERTY POSITION_INDEPENDENT_CODE ON)
target_link_system_libraries(libfiction INTERFACE tinyxml2::tinyxml2)

0 comments on commit 3c8fb5d

Please sign in to comment.