Skip to content

Commit

Permalink
- use CMake PROJECT_DESCRIPTION var instead to be able to build with …
Browse files Browse the repository at this point in the history
…cmake < 3.8 (open-license-manager#118)

Co-authored-by: Gabriele Contini <[email protected]>
  • Loading branch information
toofics and gcontini authored May 19, 2021
1 parent 938d47b commit 2d75b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cmake_policy(SET CMP0048 NEW)
#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)
Expand Down

0 comments on commit 2d75b79

Please sign in to comment.