Skip to content

Commit 5824b3d

Browse files
committed
vcpkg: try 1
1 parent af3dcc0 commit 5824b3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/cmake/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ foreach (_variableName ${_variableNames})
3333
message(STATUS "${_variableName}=${${_variableName}}")
3434
endforeach()
3535

36-
# if the library is compiled by vcpkg during the library package installation,
36+
# if the library is compiled by vcpkg during the port build,
3737
# then we don't need to build unit tests
38-
if(NOT DEFINED VCPKG_TOOLCHAIN_FILE)
38+
if(MYCI_VCPKG_PORT_BUILD)
3939
include(unit_tests.cmake)
4040
endif()

0 commit comments

Comments
 (0)