mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[cmake] FindNettle.cmake: DirInstallPaths is still needed for installation on Windows.
This commit is contained in:
parent
425db80b54
commit
17f03eb4a8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user