aboutsummaryrefslogtreecommitdiff
path: root/comms/freedv/files/patch-CMakeLists.txt
blob: 987e1f2f8b7b8a02f207ed577e7e3ecf4059b660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- CMakeLists.txt.orig	2017-07-19 13:22:47 UTC
+++ CMakeLists.txt
@@ -391,6 +391,7 @@ endif()
 #
 # Find libdl for dlopen/dlclose
 #
+if(DUMMYFLAG)
 if(UNIX)
     message(STATUS "Looking for dl library.")
     find_library(DL_LIBRARY dl)
@@ -405,6 +406,7 @@ On Linux systems try installing:
         )
     endif()
 endif(UNIX)
+endif(DUMMYFLAG)
 
     
 #Freedv