mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
67a9305c75
* [curl] Update to 7.65.3 * [curl] Remove USAGE (Use auto-generated message about exported config.) * Add wrapper * [curl] Update to 7.66.0 * Add wrapper to curl * drop parent_scope * add change that didn't make it * Populate CURL_LIBRARY * Fix transitive dependency * try to actually set LIBRARIES * get .libs * fix curlpp and dynamic builds on linux * add @cenit's suggestion and fix typo in curlpp * modify PDAL patch
15 lines
417 B
Diff
15 lines
417 B
Diff
diff --git a/PDALConfig.cmake.in b/PDALConfig.cmake.in
|
|
index a03ef142e..2d06a2937 100644
|
|
--- a/PDALConfig.cmake.in
|
|
+++ b/PDALConfig.cmake.in
|
|
@@ -15,6 +15,9 @@ foreach(_dir @PDAL_CONFIG_LIBRARY_DIRS@)
|
|
list(APPEND PDAL_LIBRARY_DIRS ${_foo})
|
|
endforeach(_dir)
|
|
|
|
+include(CMakeFindDependencyMacro)
|
|
+find_dependency(GeoTIFF)
|
|
+find_dependency(CURL)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PDALTargets.cmake")
|
|
|
|
if (WIN32)
|