aboutsummaryrefslogtreecommitdiff
path: root/ports/suitesparse/remove-debug-postfix.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-07-18 12:37:52 -0700
committerGitHub <noreply@github.com>2017-07-18 12:37:52 -0700
commit07ff1f12fda47fde6c4c319ca2ace4634c394807 (patch)
treedb6b417faede8f0c934523d9fabf46c852b7c3e7 /ports/suitesparse/remove-debug-postfix.patch
parent2807fce1ab3e77e8a59ab18adf0c11a610e24fc5 (diff)
parent1557977b20413b1f81ceb76157a09e887ae989f3 (diff)
downloadvcpkg-07ff1f12fda47fde6c4c319ca2ace4634c394807.tar.gz
vcpkg-07ff1f12fda47fde6c4c319ca2ace4634c394807.zip
Merge pull request #1475 from KindDragon/creses-fix
Creses and SuiteSparse 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)