Skip to content

Commit

Permalink
Merge pull request #169 from aminya/up
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 23, 2022
2 parents 01b975a + 94c5579 commit ce898b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function(package_project)
# download ForwardArguments
FetchContent_Declare(
_fargs
URL https://github.com/polysquare/cmake-forward-arguments/archive/8c50d1f956172edb34e95efa52a2d5cb1f686ed2.zip)
URL https://github.com/polysquare/cmake-forward-arguments/archive/refs/tags/v1.0.0.zip)
FetchContent_GetProperties(_fargs)
if(NOT _fargs_POPULATED)
FetchContent_Populate(_fargs)
Expand Down

0 comments on commit ce898b6

Please sign in to comment.