Skip to content

Commit

Permalink
Package function2 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroff committed Jul 26, 2024
1 parent 502ec0e commit a20a3d1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cmake/projects/fu2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ hunter_add_version(
e9d871aaebf96ec63eb7d2a5299cfc44f13d76fc
)

# List of versions here...
hunter_add_version(
PACKAGE_NAME
fu2
Expand All @@ -31,6 +30,17 @@ hunter_add_version(
194c60569e8376c1d5d1d692b2447288c60f76bf
)

hunter_add_version(
PACKAGE_NAME
fu2
VERSION
"4.2.4"
URL
"https://github.com/Naios/function2/archive/refs/tags/4.2.4.tar.gz"
SHA1
d2d9ef10c4afef90924f040ab2c0279f00775d44
)

hunter_cmake_args(fu2 CMAKE_ARGS FU2_WITH_CPP_LATEST=ON FU2_ENABLE_TESTS=OFF)

# Pick a download scheme
Expand Down

0 comments on commit a20a3d1

Please sign in to comment.