Skip to content

Commit

Permalink
Fixed installer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Jan 18, 2025
1 parent 13d1bae commit a05083e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions installer_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ set(CONFIG_LOG_FOLDER
set(CONFIG_DEFAULT_LOG_LOCATION
"\${exe-path}/nsclient.log"
CACHE STRING "PAth for log file")
set(CONFIG_DEFAULT_CONF_INI_LOCATION
"${CONFIG_DEFAULT_CONF_INI_BASE}nsclient.ini"
CACHE STRING "Default location for ini files")
set(CONFIG_DEFAULT_CONF_REG_LOCATION
"registry://HKEY_LOCAL_MACHINE/software/NSClient++"
CACHE STRING "Default location for registry based settings")
set(CONFIG_DEFAULT_CONF_OLD_LOCATION
"old://\${exe-path}/nsc.ini"
CACHE STRING "Default location for old config file")

configure_file(${NSCP_INCLUDEDIR}/config.h.in
${PROJECT_BINARY_DIR}/include/config.h @ONLY)
Expand Down

0 comments on commit a05083e

Please sign in to comment.