diff options
| author | Manuel Massing <m.massing@warped-space.de> | 2016-11-26 09:35:21 +0100 |
|---|---|---|
| committer | Manuel Massing <m.massing@warped-space.de> | 2016-11-28 15:02:51 +0100 |
| commit | 16a3384f9a3784c3275977880d0daf73ece44243 (patch) | |
| tree | dba637271976c4d6d50b3622246000c46851559a | |
| parent | 3cff7cd6af89c8d75dde0b2005a79405f386e807 (diff) | |
| download | vcpkg-16a3384f9a3784c3275977880d0daf73ece44243.tar.gz vcpkg-16a3384f9a3784c3275977880d0daf73ece44243.zip | |
[proj4] Replace tabs with spaces
| -rw-r--r-- | ports/proj4/portfile.cmake | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ports/proj4/portfile.cmake b/ports/proj4/portfile.cmake index e5af388b0..d38a1b4ab 100644 --- a/ports/proj4/portfile.cmake +++ b/ports/proj4/portfile.cmake @@ -9,10 +9,10 @@ vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_apply_patches( SOURCE_PATH ${SOURCE_PATH}/ - PATCHES - ${CMAKE_CURRENT_LIST_DIR}/0001-CMake-add-detection-of-recent-visual-studio-versions.patch - ${CMAKE_CURRENT_LIST_DIR}/0002-CMake-fix-error-by-only-setting-properties-for-targe.patch - ${CMAKE_CURRENT_LIST_DIR}/0003-CMake-configurable-cmake-config-install-location.patch + PATCHES + ${CMAKE_CURRENT_LIST_DIR}/0001-CMake-add-detection-of-recent-visual-studio-versions.patch + ${CMAKE_CURRENT_LIST_DIR}/0002-CMake-fix-error-by-only-setting-properties-for-targe.patch + ${CMAKE_CURRENT_LIST_DIR}/0003-CMake-configurable-cmake-config-install-location.patch ) if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) @@ -26,13 +26,13 @@ vcpkg_configure_cmake( OPTIONS ${CMAKE_OPTIONS} -DPROJ_LIB_SUBDIR=lib -DPROJ_INCLUDE_SUBDIR=include - -DPROJ_DATA_SUBDIR=share/proj4 - -DPROJ_CMAKE_CONFIG_SUBDIR=share/proj4 + -DPROJ_DATA_SUBDIR=share/proj4 + -DPROJ_CMAKE_CONFIG_SUBDIR=share/proj4 -DBUILD_CS2CS=NO -DBUILD_PROJ=NO -DBUILD_GEOD=NO -DBUILD_NAD2BIN=NO - -DPROJ4_TESTS=NO + -DPROJ4_TESTS=NO ) vcpkg_install_cmake( @@ -40,7 +40,7 @@ vcpkg_install_cmake( -DBUILD_PROJ=NO -DBUILD_GEOD=NO -DBUILD_NAD2BIN=NO - -DPROJ4_TESTS=NO + -DPROJ4_TESTS=NO ) # Remove duplicate headers installed from debug build |
