Skip to content

Commit

Permalink
(#4109) [easyhttpcpp] fix hook KB-H048
Browse files Browse the repository at this point in the history
* [easyhttpcpp] fix hook KB-H048

* Fix
  • Loading branch information
mathbunnyru authored Feb 17, 2021
1 parent 46dab43 commit 8cefe1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/easyhttpcpp/all/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)
project(cmake_wrapper)

include(conanbuildinfo.cmake)
Expand Down
2 changes: 1 addition & 1 deletion recipes/easyhttpcpp/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 3.1)
project(test_package)

include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
Expand Down

0 comments on commit 8cefe1d

Please sign in to comment.