Skip to content

Commit

Permalink
Fix missing tl-expected
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Dec 31, 2024
1 parent 327abf6 commit 9281f6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/LIEFConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ macro(LIEF_load_targets lib_type)
if(NOT @LIEF_DISABLE_FROZEN@ AND @LIEF_OPT_FROZEN_EXTERNAL@)
find_dependency(frozen)
endif()

if(@LIEF_OPT_EXTERNAL_EXPECTED@)
find_dependency(tl-expected)
endif()

endif()

# Include the respective targets file
Expand Down

0 comments on commit 9281f6a

Please sign in to comment.