Skip to content

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmeal committed Mar 25, 2022
1 parent bfcca19 commit ff53fe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,9 @@ function(vcpkg_set_version_checkout)
string(JSON VCPKG_BASELINE GET "${VCPKG_MANIFEST_CONTENTS}" "builtin-baseline")
else()
string(REGEX REPLACE "[\n ]" "" VCPKG_MANIFEST_CONTENTS "${VCPKG_MANIFEST_CONTENTS}")
message(STATUS "manifest: ${VCPKG_MANIFEST_CONTENTS}")
string(REGEX MATCH "\"builtin-baseline\":\"[0-9a-f]+\"" VCPKG_BASELINE "${VCPKG_MANIFEST_CONTENTS}")
string(REPLACE "\"builtin-baseline\":" "" VCPKG_BASELINE "${VCPKG_BASELINE}")
string(REPLACE "\"" "" VCPKG_BASELINE "${VCPKG_BASELINE}")
message(STATUS "basline commit: ${VCPKG_BASELINE}")
endif()

if(NOT "${VCPKG_BASELINE}" EQUAL "")
Expand Down

0 comments on commit ff53fe4

Please sign in to comment.