From f81223e2711fea1ddb5d1721b812d8ddc1c543b6 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 21 Apr 2026 13:54:18 +0200 Subject: [PATCH] use hooked verison of config --- opt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/CMakeLists.txt b/opt/CMakeLists.txt index 51dfd00..2070131 100644 --- a/opt/CMakeLists.txt +++ b/opt/CMakeLists.txt @@ -7,7 +7,7 @@ ############## configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/nw.ini.cmake" + "${CMAKE_CURRENT_SOURCE_DIR}/nw.ini.hook.cmake" "${CMAKE_CURRENT_BINARY_DIR}/nwserv.conf" IMMEDIATE @ONLY)