aboutsummaryrefslogtreecommitdiff
path: root/ports/simage/link-math-library.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-07-01 22:14:24 +0800
committerGitHub <noreply@github.com>2021-07-01 07:14:24 -0700
commit8e6f6a382e499811b331c43f29c9f75cd2672e15 (patch)
treee507c6aecc221797dd2b3f22143fe8b4a43a2fe4 /ports/simage/link-math-library.patch
parent640c439df78158904992c51fcbc46f64da113690 (diff)
downloadvcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.tar.gz
vcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.zip
[vcpkg baseline][simage] Update to 1.8.1 (#18645)
* [simage] Update to 1.8.1 * Format manifest and update version files * Revert the changes for arm and uwp in ci.baseline.txt * Update versions/s-/simage.json * Update ports/simage/portfile.cmake * Update ports/simage/portfile.cmake * Update ports/simage/portfile.cmake * Update versions/s-/simage.json * Add options to packages * Update versions/s-/simage.json * Update portfile.cmake * Update versions/s-/simage.json * Update portfile.cmake * Update versions/s-/simage.json * [simage] Reorganize all features, add features * Install tool simage-config on non-Windows * fix typo * Add supports field and update ci.baseline.txt * Update versions/s-/simage.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/simage/link-math-library.patch')
-rw-r--r--ports/simage/link-math-library.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/simage/link-math-library.patch b/ports/simage/link-math-library.patch
deleted file mode 100644
index 4ffe98bf1..000000000
--- a/ports/simage/link-math-library.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4a978dd..e7abd57 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -454,6 +454,9 @@ endif()
- if(PNG_FOUND)
- target_include_directories(simage PRIVATE ${PNG_INCLUDE_DIR})
- target_link_libraries(simage PRIVATE ${PNG_LIBRARIES})
-+ if(UNIX)
-+ target_link_libraries(simage PRIVATE m)
-+ endif()
- endif()
-
- if(SIMAGE_QIMAGE_SUPPORT)