2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 16:22:14 +00:00

chore: Update CMake to use latest cmake-conan/0.18.1 [ci skip]

This commit is contained in:
Mateusz Łoskot
2022-06-29 00:13:44 +02:00
parent 4dbf35a510
commit 8101595ceb
2 changed files with 4 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ if(BOOST_GIL_USE_CONAN)
# Download automatically, you can also just copy the conan.cmake file
if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
message(STATUS "Boost.GIL: Downloading conan.cmake from https://github.com/conan-io/cmake-conan")
file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/v0.15/conan.cmake"
file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.18.1/conan.cmake"
"${CMAKE_BINARY_DIR}/conan.cmake")
endif()

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2018-2021 Mateusz Loskot <mateusz at loskot dot net>
# Copyright (c) 2018-2022 Mateusz Loskot <mateusz at loskot dot net>
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
@@ -11,4 +11,5 @@ libpng/1.6.37
libtiff/4.1.0
[generators]
cmake
CMakeDeps
CMakeToolchain