Skip to content

Commit

Permalink
Add version requirement to CMake when finding LIEF
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Jun 8, 2022
1 parent d2857c3 commit bb4b1e9
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 @@ -126,7 +126,7 @@ if(maat_USE_Z3)
endif()

if(maat_USE_LIEF)
find_package(LIEF REQUIRED)
find_package(LIEF 0.12 REQUIRED)
target_link_libraries(maat_maat PUBLIC LIEF::LIEF)
target_compile_definitions(maat_maat PUBLIC MAAT_LIEF_BACKEND=1 MAAT_HAS_LOADER_BACKEND=1)
endif()
Expand Down

0 comments on commit bb4b1e9

Please sign in to comment.