mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-06-06 13:00:58 +03:00
cmake: Fixed NSIS module.
This commit is contained in:
parent
8d7d313498
commit
cb775092bc
@ -24,19 +24,13 @@ set(_NSIS_ROOT_PATHS
|
||||
"$ENV{PROGRAMFILES}/NSIS"
|
||||
)
|
||||
|
||||
find_path(NSIS_ROOT_PATHS
|
||||
NAMES
|
||||
NSIS.exe
|
||||
PATHS
|
||||
${_NSIS_ROOT_PATHS}
|
||||
)
|
||||
|
||||
find_program(NSIS_MAKE
|
||||
NAMES
|
||||
makensis
|
||||
PATHS
|
||||
${NSIS_ROOT_PATH}
|
||||
${NSIS_ROOT_PATH}/Bin
|
||||
${_NSIS_ROOT_PATHS}
|
||||
)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user