aboutsummaryrefslogtreecommitdiff
path: root/ports/string-theory
diff options
context:
space:
mode:
Diffstat (limited to 'ports/string-theory')
-rw-r--r--ports/string-theory/CONTROL2
-rw-r--r--ports/string-theory/portfile.cmake3
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL
index e1c0c8af0..538b4a989 100644
--- a/ports/string-theory/CONTROL
+++ b/ports/string-theory/CONTROL
@@ -1,4 +1,4 @@
Source: string-theory
-Version: 2.1
+Version: 2.1-1
Homepage: https://github.com/zrax/string_theory
Description: Flexible C++11 string library with type-safe formatting.
diff --git a/ports/string-theory/portfile.cmake b/ports/string-theory/portfile.cmake
index 3cfb24c92..002eae1b1 100644
--- a/ports/string-theory/portfile.cmake
+++ b/ports/string-theory/portfile.cmake
@@ -22,8 +22,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
-
-vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/string_theory")
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/string_theory)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/string-theory ${CURRENT_PACKAGES_DIR}/share/string_theory)