aboutsummaryrefslogtreecommitdiff
path: root/ports/suitesparse/remove-debug-postfix.patch
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2017-07-05 12:52:10 +0300
committerArkady Shapkin <arkady.shapkin@gmail.com>2017-07-11 02:09:05 +0300
commit83e3a296dc6921b2371b12dde004b6d7a4d11dd6 (patch)
tree3eba841b3a843d157df934ba9c13d2920497d487 /ports/suitesparse/remove-debug-postfix.patch
parent88fdd8d75c95ed80db470b766cf3d998ca05639f (diff)
downloadvcpkg-83e3a296dc6921b2371b12dde004b6d7a4d11dd6.tar.gz
vcpkg-83e3a296dc6921b2371b12dde004b6d7a4d11dd6.zip
[suitesparse] Porfile fix
Diffstat (limited to 'ports/suitesparse/remove-debug-postfix.patch')
-rw-r--r--ports/suitesparse/remove-debug-postfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/suitesparse/remove-debug-postfix.patch b/ports/suitesparse/remove-debug-postfix.patch
new file mode 100644
index 000000000..1b41139da
--- /dev/null
+++ b/ports/suitesparse/remove-debug-postfix.patch
@@ -0,0 +1,11 @@
+--- 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)