From c914d298604ef7ad3934c3c213d3f8822d6646d9 Mon Sep 17 00:00:00 2001 From: Guillaume Buisson <contact@guillaume.dev> Date: ćšć, 20 5æ 2021 13:50:43 +0800 Subject: [PATCH] Several fixes (#120) --- CMakeLists.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04c0cca..3ce4e3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,8 @@ SET(CMAKE_DISABLE_IN_SOURCE_BUILD ON) IF(NOT LCC_PROJECT_NAME) - message(WARNING "You should define a variable LCC_PROJECT_NAME containing the name of the software you want to add a license to." - "A mock product named DEFAULT has been added for you.") + message(STATUS "You should define a variable LCC_PROJECT_NAME containing the name of the software you want to add a license to." + "A mock project named DEFAULT has been added for you.") set(LCC_PROJECT_NAME "DEFAULT" CACHE STRING "Project name (name of the software for which you want to issue a license)") ENDIF(NOT LCC_PROJECT_NAME) @@ -20,8 +20,8 @@ #cmake_policy(SET CMP0091 NEW) project (licensecc VERSION 2.0.0 - DESCRIPTION "Copy protection and licensing library" LANGUAGES CXX) +set(PROJECT_DESCRIPTION "Copy protection and licensing library") set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) -- Gitblit v1.9.1