Skip to content

Commit

Permalink
⬇️ require CMake 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jul 10, 2020
1 parent 75d5d05 commit cbafed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
## PROJECT
## name and version
##
project(nlohmann_json VERSION 3.8.0 DESCRIPTION "JSON for Modern C++" LANGUAGES CXX)
project(nlohmann_json VERSION 3.8.0 LANGUAGES CXX)

##
## INCLUDE
Expand Down
2 changes: 1 addition & 1 deletion cmake/pkg-config.pc.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: ${PROJECT_NAME}
Description: ${PROJECT_DESCRIPTION}
Description: JSON for Modern C++
Version: ${PROJECT_VERSION}
Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}

0 comments on commit cbafed3

Please sign in to comment.