From a98c3541b725f6bbb2e7d49201f4469d4548dac7 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 07 12月 2019 18:13:59 +0800 Subject: [PATCH] modified cmake scripts for easy export and import --- src/templates/licensecc_properties.h.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/templates/licensecc_properties.h.in b/src/templates/licensecc_properties.h.in index 52b7d98..9d05fc3 100644 --- a/src/templates/licensecc_properties.h.in +++ b/src/templates/licensecc_properties.h.in @@ -1,8 +1,7 @@ #ifndef BUILD_PROPERTIES_H_ #define BUILD_PROPERTIES_H_ -#define PROJECT_INT_VERSION @LICENSECC_INT_VERSION@ -#define PROJECT_VERSION "@LICENSECC_VERSION@" +#define LCC_PROJECT_NAME "@LCC_PROJECT_NAME@" //License retrieval configuration #define FIND_LICENSE_NEAR_MODULE 1 -- Gitblit v1.9.1