From eb882ae75b92827a245542e7ddfc48f9476d67a7 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周二, 01 6月 2021 09:22:42 +0800 Subject: [PATCH] fix examples link --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b85bc2f..16e641b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,9 +19,9 @@ cmake_policy(SET CMP0048 NEW) #cmake_policy(SET CMP0091 NEW) project (licensecc - VERSION 2.0.0 - DESCRIPTION "Copy protection and licensing library" + VERSION 2.1.0 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