diff options
| -rw-r--r-- | host/Modules/UHDPackage.cmake | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/host/Modules/UHDPackage.cmake b/host/Modules/UHDPackage.cmake index bf31df3b3..1988c7f11 100644 --- a/host/Modules/UHDPackage.cmake +++ b/host/Modules/UHDPackage.cmake @@ -140,4 +140,9 @@ SET(CPACK_DEBIAN_PACKAGE_RECOMMENDS "python, python-tk")  SET(CPACK_RPM_PACKAGE_REQUIRES "boost-devel, libusb1")  ######################################################################## +# Setup CPack NSIS +######################################################################## +SET(CPACK_NSIS_MODIFY_PATH ON) + +########################################################################  INCLUDE(CPack) #include after setting vars | 
