summaryrefslogtreecommitdiff
path: root/cmake/modules/FindNSIS.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindNSIS.cmake')
-rw-r--r--cmake/modules/FindNSIS.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/modules/FindNSIS.cmake b/cmake/modules/FindNSIS.cmake
index 250104c274..5429ac681b 100644
--- a/cmake/modules/FindNSIS.cmake
+++ b/cmake/modules/FindNSIS.cmake
@@ -10,6 +10,3 @@ find_program(MAKENSIS_EXECUTABLE makensis
PATH "$ENV{PROGRAMFILES}/NSIS" "$ENV{PROGRAMW6432}/NSIS"
DOC "Path to the makensis utility."
)
-
-set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)
-include(InstallRequiredSystemLibraries)