From ea4d5c4c72303c4ef528b530f1956bd9961e9335 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 20 5æ 2021 11:39:11 +0800 Subject: [PATCH] try fix tests --- 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