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 6b90638 commit af66f72Copy full SHA for af66f72
1 file changed
scripts/vcpkg_support.cmake
@@ -16,7 +16,7 @@ if (WIN32)
16
endif (WIN32)
17
18
if (VCPKG_SUPPORT)
19
- option (VCPKG_USE "use vcpgk" OFF)
+ option (VCPKG_USE "use vcpkg" OFF)
20
21
if (UNIX)
22
set (VCPKG_TARGET_TRIPLET "${CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE}-linux")
@@ -38,7 +38,7 @@ if (VCPKG_SUPPORT)
38
set (VCPKG_DEBUG_BIN_DIR ${VCPKG_LIB_DIR_BASE}/debug/bin)
39
set (VCPKG_RELEASE_LIB_DIR ${VCPKG_LIB_DIR_BASE}/lib)
40
set (VCPKG_RELEASE_BIN_DIR ${VCPKG_LIB_DIR_BASE}/bin)
41
-
+
42
set (VCPKG_LIB_DIR ${VCPKG_RELEASE_LIB_DIR})
43
set (VCPKG_BIN_DIR ${VCPKG_RELEASE_BIN_DIR})
44
if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
0 commit comments