remove uneeded patch.
This commit is contained in:
parent
aded1bec03
commit
fcace3162c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379081
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- software/crash_handling/CMakeLists.txt.orig 2014-04-18 11:54:11.000000000 +0200
|
||||
+++ software/crash_handling/CMakeLists.txt 2014-04-18 11:54:21.000000000 +0200
|
||||
@@ -39,7 +39,7 @@
|
||||
ADD_LIBRARY(crash_handling STATIC ${LIB_SRCS})
|
||||
|
||||
IF(UNIX)
|
||||
- TARGET_LINK_LIBRARIES(crash_handling dl)
|
||||
+ TARGET_LINK_LIBRARIES(crash_handling)
|
||||
ENDIF(UNIX)
|
||||
|
||||
IF(HAVE_BFD)
|
Loading…
Reference in a new issue