Skip to content

Commit af66f72

Browse files
committed
minor changes
1 parent 6b90638 commit af66f72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/vcpkg_support.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (WIN32)
1616
endif (WIN32)
1717

1818
if (VCPKG_SUPPORT)
19-
option (VCPKG_USE "use vcpgk" OFF)
19+
option (VCPKG_USE "use vcpkg" OFF)
2020

2121
if (UNIX)
2222
set (VCPKG_TARGET_TRIPLET "${CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE}-linux")
@@ -38,7 +38,7 @@ if (VCPKG_SUPPORT)
3838
set (VCPKG_DEBUG_BIN_DIR ${VCPKG_LIB_DIR_BASE}/debug/bin)
3939
set (VCPKG_RELEASE_LIB_DIR ${VCPKG_LIB_DIR_BASE}/lib)
4040
set (VCPKG_RELEASE_BIN_DIR ${VCPKG_LIB_DIR_BASE}/bin)
41-
41+
4242
set (VCPKG_LIB_DIR ${VCPKG_RELEASE_LIB_DIR})
4343
set (VCPKG_BIN_DIR ${VCPKG_RELEASE_BIN_DIR})
4444
if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")

0 commit comments

Comments
 (0)