> if(WIN32) > set(VCPKG_DIR "${CMAKE_SOURCE_DIR}/compat/vcbuild/vcpkg") > + if(NOT EXISTS ${VCPKG_DIR}) > + message("Initializinge vcpkg and building the Git's dependencies (this will take a while...)") I think you meant Initializing. (Nitpicking :) ) Thank You, Sibi Siddharthan