Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let's pretend that sunOS supports privatization (no idea)
[simgrid.git] / tools / cmake / MakeLib.cmake
index 3d7d59f..203ddf4 100644 (file)
@@ -42,7 +42,7 @@ endif()
 # Compute the dependencies of SimGrid
 #####################################
 # search for dlopen
-if("${CMAKE_SYSTEM_NAME}" MATCHES "kFreeBSD|Linux")
+if("${CMAKE_SYSTEM_NAME}" MATCHES "kFreeBSD|Linux|SunOS")
   find_library(DL_LIBRARY dl)
 endif()
 mark_as_advanced(DL_LIBRARY)