Skip to content
Snippets Groups Projects
Commit a59c6f9e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops, CMAKE_DL_LIB -> CMAKE_DL_LIBS

parent 795eff37
No related branches found
No related tags found
No related merge requests found
......@@ -775,7 +775,7 @@ set(CMAKE_EXTRA_INCLUDE_FILES)
check_include_file(dlfcn.h DLFCN_H)
if(DLFCN_H)
set_config_option(HAVE_DLOPEN "Dlopen")
list(APPEND EXTERNAL_LIBRARIES ${CMAKE_DL_LIB})
list(APPEND EXTERNAL_LIBRARIES ${CMAKE_DL_LIBS})
endif(DLFCN_H)
if(UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment