From: degomme Date: Tue, 1 Nov 2016 08:28:35 +0000 (+0100) Subject: apparently, this should be in this order X-Git-Tag: v3_14~254^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/262947d9f66da2f8cc2a11886790148f48c965ee?ds=sidebyside apparently, this should be in this order --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d16dc1b652..72f539abfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ string(REGEX MATCH "[0-9].[0-9]*" LINKER_VERSION "${LINKER_VERSION}") ### Set the library providing dlopen if("${CMAKE_SYSTEM}" MATCHES "Linux") - find_library(dl DL_LIBRARY) + find_library(DL_LIBRARY dl) endif("${CMAKE_SYSTEM}" MATCHES "Linux") ### Find programs and paths