mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 23:49:16 +08:00
5 lines
251 B
CMake
5 lines
251 B
CMake
file(READ "${CMAKE_CURRENT_LIST_DIR}/usage" usage)
|
|
message(WARNING "find_package(${CMAKE_FIND_PACKAGE_NAME}) is deprecated. Use find_package(unofficial-openvpn3) instead.")
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(unofficial-openvpn3 CONFIG)
|