We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d5d05 commit cbafed3Copy full SHA for cbafed3
2 files changed
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
4
## PROJECT
5
## name and version
6
##
7
-project(nlohmann_json VERSION 3.8.0 DESCRIPTION "JSON for Modern C++" LANGUAGES CXX)
+project(nlohmann_json VERSION 3.8.0 LANGUAGES CXX)
8
9
10
## INCLUDE
cmake/pkg-config.pc.in
@@ -1,4 +1,4 @@
1
Name: ${PROJECT_NAME}
2
-Description: ${PROJECT_DESCRIPTION}
+Description: JSON for Modern C++
3
Version: ${PROJECT_VERSION}
Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}
0 commit comments