Skip to content

Commit

Permalink
[CORE] Made libxml includes and libs private
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Dec 10, 2024
1 parent 07a306a commit fc4fbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ endif()

# Misc: xml, pthread, zlib
if(USE_XML2)
list(APPEND opt_incs ${XML2_INCLUDE_DIRS})
list(APPEND opt_libs ${XML2_LIBRARIES})
include_directories(${XML2_INCLUDE_DIRS})
list(APPEND opt_libs_private ${XML2_LIBRARIES})
endif()

if(USE_THREADS)
Expand Down

0 comments on commit fc4fbfb

Please sign in to comment.