X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e529d79c390578099d7b5e3cbb779eb8dc4bed90..f782b90bcef4c93ddbb5d916709ac40aeb76210a:/tools/cmake/MakeLib.cmake diff --git a/tools/cmake/MakeLib.cmake b/tools/cmake/MakeLib.cmake index 1a92e3557a..eed2ff7b5a 100644 --- a/tools/cmake/MakeLib.cmake +++ b/tools/cmake/MakeLib.cmake @@ -77,7 +77,7 @@ if(HAVE_POSIX_GETTIME) SET(SIMGRID_DEP "${SIMGRID_DEP} -lrt") endif() -if("${CMAKE_SYSTEM}" MATCHES "FreeBSD") +if("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD") set(SIMGRID_DEP "${SIMGRID_DEP} -lprocstat") endif()