Fix setting DL_FOUND

This commit is contained in:
TingPing 2016-03-08 03:51:07 -05:00 committed by Tobias Hieta
parent 48dd0e0e12
commit bf6b9f4dd7

View File

@ -8,7 +8,7 @@ include(CheckFunctionExists)
find_path(DL_INCLUDE_DIR NAMES dlfcn.h)
find_library(DL_LIBRARIES NAMES dl)
if(DL_LIBRARIES)
set(DL_FOUND)
set(DL_FOUND TRUE)
else(DL_LIBRARIES)
check_function_exists(dlopen DL_FOUND)
# If dlopen can be found without linking in dl then dlopen is part