Skip to content

Commit

Permalink
Use latest toolchain files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzka committed Aug 11, 2024
1 parent 1015e1b commit 5fb1555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11)
include(FetchContent)
FetchContent_Declare(GatzkaToolchainFiles
GIT_REPOSITORY https://github.com/gatzka/cmake-toolchain-files.git
GIT_TAG cdd26af7e6dbaac4f1fb47f2f7955235f6ba45c4 # v1.0.0
GIT_TAG dc91b4fc7b72a16de71995689eb040615bf7e106 # v1.0.0
SOURCE_DIR ${CMAKE_BINARY_DIR}/toolchains
)
FetchContent_MakeAvailable(GatzkaToolchainFiles)
Expand Down

0 comments on commit 5fb1555

Please sign in to comment.