We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c532691 commit aa2ba56Copy full SHA for aa2ba56
contrib/buildsystems/CMakeLists.txt
@@ -58,8 +58,9 @@ cmake_minimum_required(VERSION 3.14)
58
set(CMAKE_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/../..)
59
if(WIN32)
60
set(VCPKG_DIR "${CMAKE_SOURCE_DIR}/compat/vcbuild/vcpkg")
61
- message("WIN32: ${WIN32}")
+ message("WIN32: ${WIN32}") # show its underlying text values
62
message("VCPKG_DIR: ${VCPKG_DIR}")
63
+ message("VCPKG_ARCH: ${VCPKG_ARCH}") # maybe unset
64
message("MSVC: ${MSVC}")
65
message("CMAKE_GENERATOR: ${CMAKE_GENERATOR}")
66
message("CMAKE_CXX_COMPILER_ID: ${CMAKE_CXX_COMPILER_ID}")
0 commit comments