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 af3dcc0 commit 5824b3dCopy full SHA for 5824b3d
1 file changed
build/cmake/CMakeLists.txt
@@ -33,8 +33,8 @@ foreach (_variableName ${_variableNames})
33
message(STATUS "${_variableName}=${${_variableName}}")
34
endforeach()
35
36
-# if the library is compiled by vcpkg during the library package installation,
+# if the library is compiled by vcpkg during the port build,
37
# then we don't need to build unit tests
38
-if(NOT DEFINED VCPKG_TOOLCHAIN_FILE)
+if(MYCI_VCPKG_PORT_BUILD)
39
include(unit_tests.cmake)
40
endif()
0 commit comments