From 11a0f65bae425baf09508e2d57c830f5cad69df5 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 14 12月 2019 09:42:26 +0800 Subject: [PATCH] cleanup and change license generation parameters --- src/templates/licensecc_properties.h.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/templates/licensecc_properties.h.in b/src/templates/licensecc_properties.h.in index 9d05fc3..c1af888 100644 --- a/src/templates/licensecc_properties.h.in +++ b/src/templates/licensecc_properties.h.in @@ -4,9 +4,10 @@ #define LCC_PROJECT_NAME "@LCC_PROJECT_NAME@" //License retrieval configuration -#define FIND_LICENSE_NEAR_MODULE 1 -#define FIND_LICENSE_WITH_ENV_VAR 1 +#define FIND_LICENSE_NEAR_MODULE true +#define FIND_LICENSE_WITH_ENV_VAR false +#define LICENSE_FILE_EXTENSION ".lic" #define LICENSE_LOCATION_ENV_VAR "LICENSE_LOCATION" #define LICENSE_DATA_ENV_VAR "LICENSE_DATA" -- Gitblit v1.9.1