Skip to content
Snippets Groups Projects
Unverified Commit d21e55fc authored by Tim Kaune's avatar Tim Kaune
Browse files

Bump CMake project version to 1.5.2

parent 65b92361
Branches
Tags v1.5.2
No related merge requests found
......@@ -29,7 +29,7 @@ set(CMAKE_MAXIMUM_SUPPORTED_VERSION 3.28)
include("./cmake/HandlePolicies.cmake" NO_POLICY_SCOPE)
project(LoadStaticSharedTargets VERSION 1.5.1 LANGUAGES NONE)
project(LoadStaticSharedTargets VERSION 1.5.2 LANGUAGES NONE)
include(GNUInstallDirs)
......
......@@ -91,9 +91,9 @@ include(FetchContent)
FetchContent_Declare(
LoadStaticSharedTargets
GIT_REPOSITORY "https://github.com/lepus2589/LoadStaticSharedTargets.git"
GIT_TAG v1.5.0
GIT_TAG v1.5.2
SYSTEM
FIND_PACKAGE_ARGS 1.5.0 CONFIG NAMES LoadStaticSharedTargets
FIND_PACKAGE_ARGS 1.5.2 CONFIG NAMES LoadStaticSharedTargets
)
set(LoadStaticSharedTargets_INCLUDE_PACKAGING TRUE)
FetchContent_MakeAvailable(LoadStaticSharedTargets)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment