Skip to content

Commit 36f2a3e

Browse files
authored
Merge pull request #4 from ned14/hunter-7.74.0
Fix missing intsizeof import.
2 parents 174b66b + b60ed16 commit 36f2a3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMake/Config.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ if(@HAVE_LIBCRYPTO@)
2121
endif()
2222
endif()
2323

24+
find_package(intsizeof CONFIG REQUIRED)
25+
2426
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
2527
check_required_components("@PROJECT_NAME@")

0 commit comments

Comments
 (0)