Skip to content

Commit aa2ba56

Browse files
committed
fixup! c532691
Signed-off-by: Philip Oakley <[email protected]>
1 parent c532691 commit aa2ba56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/buildsystems/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ cmake_minimum_required(VERSION 3.14)
5858
set(CMAKE_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/../..)
5959
if(WIN32)
6060
set(VCPKG_DIR "${CMAKE_SOURCE_DIR}/compat/vcbuild/vcpkg")
61-
message("WIN32: ${WIN32}")
61+
message("WIN32: ${WIN32}") # show its underlying text values
6262
message("VCPKG_DIR: ${VCPKG_DIR}")
63+
message("VCPKG_ARCH: ${VCPKG_ARCH}") # maybe unset
6364
message("MSVC: ${MSVC}")
6465
message("CMAKE_GENERATOR: ${CMAKE_GENERATOR}")
6566
message("CMAKE_CXX_COMPILER_ID: ${CMAKE_CXX_COMPILER_ID}")

0 commit comments

Comments
 (0)