Skip to content

Commit

Permalink
Merge pull request #2 from XJ-0461/fix-root-directory
Browse files Browse the repository at this point in the history
Fix completely intended ROOT_DIRECTORY bug
  • Loading branch information
XJ-0461 committed Jul 9, 2024
2 parents 6ee9e52 + 92f1fcc commit 5d47362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -648,7 +648,7 @@ macro(_cool_vcpkg_set_up_vcpkg)
)

set(options COLLECT_METRICS)
set(oneValueArgs DEFAULT_TRIPLET CHAIN_LOAD_TOOLCHAIN)
set(oneValueArgs ROOT_DIRECTORY DEFAULT_TRIPLET CHAIN_LOAD_TOOLCHAIN)
set(multiValueArgs OVERLAY_PORT_LOCATIONS)
cmake_parse_arguments(bootstrap_vcpkg "${options}" "${oneValueArgs}" "${multiValueArgs}" "${args}")

Expand Down

0 comments on commit 5d47362

Please sign in to comment.