--- CMakeLists.txt.orig	2017-02-15 02:12:19 UTC
+++ CMakeLists.txt
@@ -386,6 +387,7 @@ endif()
 #
 # Find libdl for dlopen/dlclose
 #
+if(DUMMYFLAG)
 if(UNIX)
     message(STATUS "Looking for dl library.")
     find_library(DL_LIBRARY dl)
@@ -400,6 +402,7 @@ On Linux systems try installing:
         )
     endif()
 endif(UNIX)
+endif(DUMMUFLAG)
 
     
 #Freedv 
