diff --git a/CMakeLists.txt b/CMakeLists.txt
index 471794ab4d78d60ad058738c76c9bfe8597a3cf1..640d5a345f0cb8fcd20591cbf2b5441e2ff514b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,8 +8,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
 
 set(CMAKE_MODULE_PATH
     ${CMAKE_SOURCE_DIR}
-    ${CMAKE_SOURCE_DIR}/cmake/find
-    ${CMAKE_SOURCE_DIR}/cmake/nsis)
+    ${CMAKE_SOURCE_DIR}/cmake/find)
 set(CONFIGURABLES_DIR ${CMAKE_SOURCE_DIR}/cmake/configurables)
 
 include(cmake/BornAgain/Git)