Skip to content

Commit

Permalink
(#25317) fire-hpp: add version 1.0
Browse files Browse the repository at this point in the history
* fire-hpp: add version 1.0

* fix url for 1.0
  • Loading branch information
toge authored Sep 25, 2024
1 parent 71c4cbe commit f274df8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions recipes/fire-hpp/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.0":
url: "https://github.com/kongaskristjan/fire-hpp/archive/v1.0.tar.gz"
sha256: "73086d72a785a57bac8833d4f92799e8e769fef1d2ca46399cfbdb82a5c22f84"
"0.2":
sha256: 50ac76005e5d45590355a51e5e1b62aba65c56f2003335acce0370da13d77b28
url: https://github.com/kongaskristjan/fire-hpp/archive/v0.2.tar.gz
url: "https://github.com/kongaskristjan/fire-hpp/archive/v0.2.tar.gz"
sha256: "50ac76005e5d45590355a51e5e1b62aba65c56f2003335acce0370da13d77b28"
2 changes: 1 addition & 1 deletion recipes/fire-hpp/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(test_package CXX)
project(test_package LANGUAGES CXX)

find_package(fire-hpp REQUIRED CONFIG)

Expand Down
2 changes: 2 additions & 0 deletions recipes/fire-hpp/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
versions:
"1.0":
folder: all
"0.2":
folder: all

0 comments on commit f274df8

Please sign in to comment.