From 228c1f570a57eb4ad66beec69feb4ff066a44bdd Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 20 Jul 2023 00:47:38 +0200 Subject: [PATCH] The 'tests' target got renamed recently --- BuildSimGrid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1