aboutsummaryrefslogtreecommitdiff
path: root/ports/suitesparse/remove-debug-postfix.patch
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-06-23 08:16:07 +0800
committermyd7349 <myd7349@gmail.com>2019-06-23 08:16:07 +0800
commit644851da5fbe46aadd0a8fa54e1d7d213f469fb0 (patch)
tree3f5d20aca85fcf02375cf553e893c105758a5d39 /ports/suitesparse/remove-debug-postfix.patch
parentf1870ae02bedbaa5a501ddf3a7ba5d0a743a1053 (diff)
parentf3db66b403840b24ea2612d09cca30a5285f5ea3 (diff)
downloadvcpkg-644851da5fbe46aadd0a8fa54e1d7d213f469fb0.tar.gz
vcpkg-644851da5fbe46aadd0a8fa54e1d7d213f469fb0.zip
Merge branch 'master' into sx-init
Diffstat (limited to 'ports/suitesparse/remove-debug-postfix.patch')
-rw-r--r--ports/suitesparse/remove-debug-postfix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/suitesparse/remove-debug-postfix.patch b/ports/suitesparse/remove-debug-postfix.patch
deleted file mode 100644
index 1b41139da..000000000
--- a/ports/suitesparse/remove-debug-postfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt Mon Feb 22 22:18:25 2016
-+++ CMakeLists.txt Wed Jul 05 14:14:21 2017
-@@ -35,7 +35,7 @@
-
- # We want libraries to be named "libXXX" and "libXXXd" in all compilers:
- # ------------------------------------------------------------------------
--set(CMAKE_DEBUG_POSTFIX "d")
-+#set(CMAKE_DEBUG_POSTFIX "d")
- IF(MSVC)
- set(SP_LIB_PREFIX "lib") # Libs are: "libXXX"
- ENDIF(MSVC)