Skip to content

Commit

Permalink
chore: Update CMake to use latest cmake-conan/0.18.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Jun 28, 2022
1 parent 4dbf35a commit 8101595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
5 changes: 3 additions & 2 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,4 +11,5 @@ libpng/1.6.37
libtiff/4.1.0

[generators]
cmake
CMakeDeps
CMakeToolchain

0 comments on commit 8101595

Please sign in to comment.