From f4e683fc6bd6ac76f9979f49d737588b6ddf16b0 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 14 11月 2020 22:13:13 +0800 Subject: [PATCH] windows smbios --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04c0cca..b85bc2f 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) -- Gitblit v1.9.1