mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
ce73eebf08
* Update geos to 3.10.0 * Enable geos on uwp * Update versions * Fix mingw build * Fix deinstallation * Update versions
14 lines
466 B
Diff
14 lines
466 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 20c8907..accc1a2 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -367,7 +367,7 @@ install(DIRECTORY
|
|
"${CMAKE_CURRENT_LIST_DIR}/include/geos"
|
|
"${CMAKE_CURRENT_BINARY_DIR}/include/geos"
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
- FILES_MATCHING PATTERN "*.h")
|
|
+ FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp")
|
|
if(NOT DISABLE_GEOS_INLINE)
|
|
install(DIRECTORY
|
|
"${CMAKE_CURRENT_LIST_DIR}/include/geos"
|