aboutsummaryrefslogtreecommitdiff
path: root/ports/cctz
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-30 09:20:18 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-30 09:20:18 -0700
commit516d10bb68dc5da7a58c992373b9e971d74a49fe (patch)
tree3473421e6cb6b26f3feab96aefa4af51cca6c99d /ports/cctz
parentfcc13318da06dbec75f46311508db6f9aaeb479e (diff)
downloadvcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.tar.gz
vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.zip
[many ports] Updates 2019.04.19 (#6155)
* [many ports] Updates 2019.04.19
Diffstat (limited to 'ports/cctz')
-rw-r--r--ports/cctz/portfile.cmake54
1 files changed, 27 insertions, 27 deletions
diff --git a/ports/cctz/portfile.cmake b/ports/cctz/portfile.cmake
index a373d43c4..16d9918a1 100644
--- a/ports/cctz/portfile.cmake
+++ b/ports/cctz/portfile.cmake
@@ -1,27 +1,27 @@
-if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
- message(FATAL_ERROR "${PORT} does not currently support UWP")
-endif()
-
-include(vcpkg_common_functions)
-vcpkg_from_github(
- OUT_SOURCE_PATH SOURCE_PATH
- REPO google/cctz
- REF v2.3
- SHA512 e688ddac1bff108e8315bf94cb61483b72b0d16f601e4e1eeb0fd5c064aefe5a573eee66e8903401aa4c2be71ea9f10dd6c9a9cdf8379f5bb6073248a21a83ff
- HEAD_REF master
-)
-
-file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
-
-vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
-)
-
-vcpkg_install_cmake()
-
-vcpkg_fixup_cmake_targets(CONFIG_PATH share/unofficial-cctz TARGET_PATH share/unofficial-cctz)
-
-vcpkg_copy_pdbs()
-
-file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/cctz RENAME copyright)
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "${PORT} does not currently support UWP")
+endif()
+
+include(vcpkg_common_functions)
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO google/cctz
+ REF v2.3
+ SHA512 e688ddac1bff108e8315bf94cb61483b72b0d16f601e4e1eeb0fd5c064aefe5a573eee66e8903401aa4c2be71ea9f10dd6c9a9cdf8379f5bb6073248a21a83ff
+ HEAD_REF master
+)
+
+file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
+
+vcpkg_configure_cmake(
+ SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
+)
+
+vcpkg_install_cmake()
+
+vcpkg_fixup_cmake_targets(CONFIG_PATH share/unofficial-cctz TARGET_PATH share/unofficial-cctz)
+
+vcpkg_copy_pdbs()
+
+file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/cctz RENAME copyright)