Renamed project

This commit is contained in:
Dmitry Batarov 2024-08-21 13:23:37 +03:00
parent 4243ebae5e
commit bccc30d70a
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED (VERSION 3.0)
PROJECT (ervu-esia-module VERSION 1.0.0 LANGUAGES C)
PROJECT (ervu-sign-module VERSION 1.0.0 LANGUAGES C)
SET (CMAKE_C_COMPILER "gcc")
@ -56,7 +56,7 @@ CONFIGURE_FILE (${SOURCE_DIR}/version.h.in ${SOURCE_DIR}/version.h)
# config.h
IF (NOT DEFINED CONFIG_NAME)
SET (CONFIG_NAME /etc/ervu-esia-module.conf)
SET (CONFIG_NAME "/etc/${PROJECT_NAME}.conf")
ENDIF ()
MESSAGE ("CONFIG_NAME: " ${CONFIG_NAME})