From a842baa19595e9815271b366f8d88ec32f18133f Mon Sep 17 00:00:00 2001 From: Eulalie Coevoet Date: Mon, 8 Jan 2024 13:39:05 +0100 Subject: [PATCH] [test] adds required Sofa.Testing package --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 90151386..d4791255 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 3.12) project(SoftRobots_test VERSION 1.0) +find_package(Sofa.Testing REQUIRED) set(SOURCE_FILES component/constraint/SurfacePressureConstraintTest.cpp