[cmake] FindNettle.cmake: DirInstallPaths is still needed for installation on Windows.

This commit is contained in:
David Korth 2022-07-12 18:28:11 -04:00
parent 425db80b54
commit 17f03eb4a8

View File

@ -27,6 +27,7 @@ IF(NOT WIN32)
ELSE(NOT WIN32)
# Use the included Win32 build of Nettle.
INCLUDE(CPUInstructionSetFlags)
INCLUDE(DirInstallPaths)
IF(CPU_i386 OR CPU_amd64)
# Supported CPU
ELSE()