mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
35c8538e2c
* [pdal] delete and replace different find modules * [pdal] add geotiff as a dependency to the config of pdal * remove version
14 lines
394 B
Diff
14 lines
394 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,8 @@ foreach(_dir @PDAL_CONFIG_LIBRARY_DIRS@)
|
|
list(APPEND PDAL_LIBRARY_DIRS ${_foo})
|
|
endforeach(_dir)
|
|
|
|
+include(CMakeFindDependencyMacro)
|
|
+find_dependency(GeoTIFF)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PDALTargets.cmake")
|
|
|
|
if (WIN32)
|