Skip to content

Commit cbafed3

Browse files
committed
⬇️ require CMake 3.1
1 parent 75d5d05 commit cbafed3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
44
## PROJECT
55
## name and version
66
##
7-
project(nlohmann_json VERSION 3.8.0 DESCRIPTION "JSON for Modern C++" LANGUAGES CXX)
7+
project(nlohmann_json VERSION 3.8.0 LANGUAGES CXX)
88

99
##
1010
## INCLUDE

cmake/pkg-config.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Name: ${PROJECT_NAME}
2-
Description: ${PROJECT_DESCRIPTION}
2+
Description: JSON for Modern C++
33
Version: ${PROJECT_VERSION}
44
Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}

0 commit comments

Comments
 (0)