Skip to content

Commit

Permalink
Fix cmake min version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Sep 5, 2024
1 parent 88fc99f commit 17b9236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/http-request/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.15)
project(test_package LANGUAGES CXX)

find_package(http-request REQUIRED CONFIG)
Expand Down

0 comments on commit 17b9236

Please sign in to comment.