aboutsummaryrefslogtreecommitdiff
path: root/ports/visit-struct
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-11-22 09:47:40 -0800
committerGitHub <noreply@github.com>2019-11-22 09:47:40 -0800
commit45f4b820e5743b89bca3508ba2028cdd5d8bbd17 (patch)
treef874a8c4a7392309bdbb86447288597ec0a4a281 /ports/visit-struct
parent62d67d3bf8eeff1afa8009041fd08b8822676b7b (diff)
parent8831e8f25f1ff6546ee4a5291b91d599421637b3 (diff)
downloadvcpkg-45f4b820e5743b89bca3508ba2028cdd5d8bbd17.tar.gz
vcpkg-45f4b820e5743b89bca3508ba2028cdd5d8bbd17.zip
Merge branch 'master' into vcpkg_nuget
Diffstat (limited to 'ports/visit-struct')
-rw-r--r--ports/visit-struct/CONTROL2
-rw-r--r--ports/visit-struct/portfile.cmake5
2 files changed, 2 insertions, 5 deletions
diff --git a/ports/visit-struct/CONTROL b/ports/visit-struct/CONTROL
index 98ad6e2e9..bf895349d 100644
--- a/ports/visit-struct/CONTROL
+++ b/ports/visit-struct/CONTROL
@@ -1,3 +1,3 @@
Source: visit-struct
-Version: 1.0
+Version: 1.0-1
Description: A header-only library providing structure visitors for C++11 and C++14
diff --git a/ports/visit-struct/portfile.cmake b/ports/visit-struct/portfile.cmake
index e3daf0c47..8a87471c5 100644
--- a/ports/visit-struct/portfile.cmake
+++ b/ports/visit-struct/portfile.cmake
@@ -16,11 +16,8 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
+vcpkg_fixup_cmake_targets(CONFIG_PATH share/visit_struct TARGET_PATH share/visit_struct)
-vcpkg_fixup_cmake_targets(
- CONFIG_PATH share/visit_struct
- TARGET_PATH TARGET_PATH share/visit_struct
-)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
file(INSTALL ${SOURCE_PATH}/LICENSE