X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/138e6f86566611611b1115c957cae0a1c6a85a4b..2aa123eb6e39b46ca1061ecf6b65f215033d00d3:/tools/cmake/UnitTesting.cmake diff --git a/tools/cmake/UnitTesting.cmake b/tools/cmake/UnitTesting.cmake index 41ed4544ec..16701f711a 100644 --- a/tools/cmake/UnitTesting.cmake +++ b/tools/cmake/UnitTesting.cmake @@ -11,11 +11,10 @@ set(FILES_CONTAINING_UNITTESTS src/xbt/dict.cpp src/xbt/swag.c src/xbt/xbt_str.cpp - src/xbt/xbt_strbuff.c src/xbt/config.cpp ) -if(HAVE_MC) +if(SIMGRID_HAVE_MC) set(FILES_CONTAINING_UNITTESTS ${FILES_CONTAINING_UNITTESTS} src/mc/PageStore.cpp src/mc/mc_snapshot.cpp