aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/pcre/003-all-postfix.patch
blob: bfa8ce344d1af94346b2f600786c27b454f7cd3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -661,9 +661,7 @@
 SET(CMAKE_INCLUDE_CURRENT_DIR 1)
 # needed to make sure to not link debug libs
 # against release libs and vice versa
-IF(WIN32)
-  SET(CMAKE_DEBUG_POSTFIX "d")
-ENDIF(WIN32)
+SET(CMAKE_DEBUG_POSTFIX "d")
 
 SET(targets)