Skip to content

Commit

Permalink
Resolve #1107
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Sep 19, 2024
1 parent 201a87e commit 144e5fe
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 @@ -258,7 +258,7 @@ endif()

if(LIEF_OPT_UTFCPP_EXTERNAL)
find_package(utf8cpp REQUIRED)
target_link_libraries(LIB_LIEF PRIVATE utf8cpp)
target_link_libraries(LIB_LIEF PRIVATE utf8cpp::utf8cpp)
else()
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/internal/utfcpp/utf8.h
COMMAND
Expand Down

0 comments on commit 144e5fe

Please sign in to comment.