2012/6/27 David Cole <[email protected]>: >> Demelier David > > > You can try: > > set(CPACK_NSIS_EXECUTABLES_DIRECTORY ".") > > before you include(CPack). > > This bug ( http://public.kitware.com/Bug/view.php?id=7828 ) was > resolved by adding the CPACK_NSIS_EXECUTABLES_DIRECTORY variable in > this commit:
In addition, and if you wonder about a variable usage you can do (since cpack 2.8.8): cpack --help-variable CPACK_NSIS_EXECUTABLES_DIRECTORY you can get the full list of documented CPack variable using: cpack --help-variables or dump it in html file: cpack --help-variables cpackvar.html then look for CPACK_NSIS_xxxx in this and you'll get all CPack NSIS specific control vars. -- Erk Le gouvernement représentatif n'est pas la démocratie -- http://www.le-message.org -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
