early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/libgeotiff/cmakelists.patch
vendored
Executable file
23
externals/vcpkg/ports/libgeotiff/cmakelists.patch
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
diff --git a/libgeotiff/cmake/CMakeLists.txt b/libgeotiff/cmake/CMakeLists.txt
|
||||
index 47a2b00..3809ba3 100644
|
||||
--- a/libgeotiff/cmake/CMakeLists.txt
|
||||
+++ b/libgeotiff/cmake/CMakeLists.txt
|
||||
@@ -6,6 +6,7 @@
|
||||
# ${INSTALL_CMAKE_DIR} and @PROJECT_ROOT_DIR@ is the relative
|
||||
# path to the root from there. (Note that the whole install tree can
|
||||
# be relocated.)
|
||||
+if (0)
|
||||
if (NOT WIN32)
|
||||
set (INSTALL_CMAKE_DIR "share/cmake/${PROJECT_NAME}")
|
||||
set (PROJECT_ROOT_DIR "../../..")
|
||||
@@ -13,6 +14,10 @@ else ()
|
||||
set (INSTALL_CMAKE_DIR "cmake")
|
||||
set (PROJECT_ROOT_DIR "..")
|
||||
endif ()
|
||||
+else()
|
||||
+ set (INSTALL_CMAKE_DIR "share/${PROJECT_NAME}")
|
||||
+ set (PROJECT_ROOT_DIR "../..")
|
||||
+endif()
|
||||
|
||||
configure_file (project-config.cmake.in project-config.cmake @ONLY)
|
||||
configure_file (project-config-version.cmake.in
|
||||
Reference in New Issue
Block a user