From: Martin Quinson Date: Wed, 19 Jul 2023 22:47:38 +0000 (+0200) Subject: The 'tests' target got renamed recently X-Git-Tag: v3.35~140 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/228c1f570a57eb4ad66beec69feb4ff066a44bdd The 'tests' target got renamed recently --- diff --git a/BuildSimGrid.sh b/BuildSimGrid.sh index 773ca48425..66b309eb8b 100755 --- a/BuildSimGrid.sh +++ b/BuildSimGrid.sh @@ -15,7 +15,7 @@ if [ ! -e Makefile ] && [ ! -e build.ninja ]; then fi fi -target=tests +target=examples ncores=$(grep -c processor /proc/cpuinfo) install_path=$(sed -n 's/^CMAKE_INSTALL_PREFIX:PATH=//p' CMakeCache.txt)