aboutsummaryrefslogtreecommitdiff
path: root/ports/mathgl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mathgl')
-rw-r--r--ports/mathgl/CONTROL2
-rw-r--r--ports/mathgl/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/mathgl/CONTROL b/ports/mathgl/CONTROL
index 211c435e8..9337e5f2d 100644
--- a/ports/mathgl/CONTROL
+++ b/ports/mathgl/CONTROL
@@ -1,5 +1,5 @@
Source: mathgl
-Version: 2.4.3
+Version: 2.4.3-1
Description: MathGL is a free library of fast C++ routines for the plotting of the data varied in one or more dimensions
Default-Features: opengl, jpeg, png, zlib
diff --git a/ports/mathgl/portfile.cmake b/ports/mathgl/portfile.cmake
index dd44353e0..d17707c64 100644
--- a/ports/mathgl/portfile.cmake
+++ b/ports/mathgl/portfile.cmake
@@ -91,11 +91,11 @@ vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
if(NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
- vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/mathgl)
+ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
file(REMOVE ${CURRENT_PACKAGES_DIR}/mathgl2-config.cmake)
file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/mathgl2-config.cmake)
else()
- vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/mathgl TARGET_PATH share/mathgl)
+ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/mathgl)
endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)