summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-24 11:13:07 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-24 11:13:07 +0200
commit090a440915bd9961620eb42afb70cf2b08619289 (patch)
tree7c4b6fc5f48d0aa2c95df440af2921b6210d08e1 /cmake
parentf9aef5290d8abd59bab1c8fc4e9ae680822be0eb (diff)
downloadcmocka-090a440915bd9961620eb42afb70cf2b08619289.tar.gz
cmocka-090a440915bd9961620eb42afb70cf2b08619289.tar.bz2
cmocka-090a440915bd9961620eb42afb70cf2b08619289.zip
cmake: Fix a typo in FindNSIS.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindNSIS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindNSIS.cmake b/cmake/Modules/FindNSIS.cmake
index fcf0807..08d839b 100644
--- a/cmake/Modules/FindNSIS.cmake
+++ b/cmake/Modules/FindNSIS.cmake
@@ -37,7 +37,7 @@ endif (WIN32)
find_program(NSIS_MAKE
NAMES
makensis
- PATH
+ PATHS
${NSIS_ROOT_PATH}
)