Skip to content

Commit

Permalink
Merge pull request #4 from ned14/hunter-7.74.0
Browse files Browse the repository at this point in the history
Fix missing intsizeof import.
  • Loading branch information
rbsheth authored Jun 1, 2021
2 parents 174b66b + b60ed16 commit 36f2a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ if(@HAVE_LIBCRYPTO@)
endif()
endif()

find_package(intsizeof CONFIG REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
check_required_components("@PROJECT_NAME@")

0 comments on commit 36f2a3e

Please sign in to comment.