Skip to content

Commit

Permalink
Bump the _cool_vcpkg_version
Browse files Browse the repository at this point in the history
  • Loading branch information
XJ-0461 committed Jul 9, 2024
1 parent 0e185b0 commit 92f1fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoolVcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.28)
include_guard(GLOBAL)

# When including this module, check that we are up-to-date (as long as the user has not opted out of it)
set(_cool_vcpkg_version 0.1.0 CACHE INTERNAL "Version of the cool-vcpkg CMake module" FORCE)
set(_cool_vcpkg_version 0.1.1 CACHE INTERNAL "Version of the cool-vcpkg CMake module" FORCE)

option(COOL_VCPKG_ENABLED "Enable the cool-vcpkg CMake module" ON)
option(COOL_VCPKG_CHECK_FOR_UPDATES "Enable checking for latest updates from the github repository" ON)
Expand Down

0 comments on commit 92f1fcc

Please sign in to comment.