Disable vcpkg_test_cmake()

This commit is contained in:
Victor Romero 2019-03-22 16:26:27 -07:00
parent 35892da819
commit c2ad1baafc

View File

@ -16,6 +16,12 @@
## Indicates that the library expects to be found via built-in CMake targets.
##
function(vcpkg_test_cmake)
# The following issues need to be addressed before re-enabling this function.
# 1. Use the actual vcpkg toolchain file.
# 2. Select a generator in the same method as vcpkg_configure_cmake() as though the PREFER_NINJA flag was always passed.
# 3. Fully emulate the toolchain file for the just-built package (just adding it to CMAKE_PREFIX_PATH is not enough).
return()
cmake_parse_arguments(_tc "MODULE" "PACKAGE_NAME" "" ${ARGN})
if(NOT DEFINED _tc_PACKAGE_NAME)