Skip to content

Commit

Permalink
chore: latest ac-build
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jan 27, 2025
1 parent 7a99b4d commit 4ba8362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion get-ac-build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(./get_cpm.cmake)
if(AC_BUILD_MONO)
set(ac-build_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../ac-build")
else()
CPMAddPackage(gh:alpaca-core/ac-build@1.0.0)
CPMAddPackage(gh:alpaca-core/ac-build@1.1.0)
endif()

list(APPEND CMAKE_MODULE_PATH
Expand Down
4 changes: 2 additions & 2 deletions get_cpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors

set(CPM_DOWNLOAD_VERSION 0.40.1)
set(CPM_HASH_SUM "117cbf2711572f113bab262933eb5187b08cfc06dce0714a1ee94f2183ddc3ec")
set(CPM_DOWNLOAD_VERSION 0.40.5)
set(CPM_HASH_SUM "c46b876ae3b9f994b4f05a4c15553e0485636862064f1fcc9d8b4f832086bc5d")

if(CPM_SOURCE_CACHE)
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
Expand Down

0 comments on commit 4ba8362

Please sign in to comment.