From 3086c07eec8d7b87e4504ef58b95e43f34a84051 Mon Sep 17 00:00:00 2001 From: yuri Date: Sat, 12 Nov 2011 19:41:13 +0000 Subject: fix STR #2764 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30d298e48..5e314f384 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,6 +156,7 @@ include(CheckFunctionExists) if(HAVE_DLFCN_H) set(CMAKE_REQUIRED_LIBRARIES dl) + set(HAVE_DLFCN_H 1) endif(HAVE_DLFCN_H) CHECK_FUNCTION_EXISTS(dlsym HAVE_DLSYM) -- cgit v1.2.3