Skip to content

Commit

Permalink
update PackageProject and ut
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkichler committed Oct 24, 2024
1 parent 1b1f650 commit a027a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(FetchContent)
FetchContent_Declare(
PackageProject
GIT_REPOSITORY https://github.com/TheLartians/PackageProject.cmake.git
GIT_TAG v1.11.2
GIT_TAG v1.12.0
)
FetchContent_MakeAvailable(PackageProject)

Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(BOOST_UT_DISABLE_MODULE ON)
FetchContent_Declare(
ut
GIT_REPOSITORY https://github.com/boost-ext/ut.git
GIT_TAG v2.0.1
GIT_TAG v2.1.0
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(ut)
Expand Down

0 comments on commit a027a6f

Please sign in to comment.