From 51fbd6a53d53fc1106726890017c51d5abe4759a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 20 5æ 2021 22:31:40 +0800 Subject: [PATCH] ubuntu 20.04 - change to release build --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b85bc2f..3ce4e3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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