From 6bc9678e7ed5fbc4509d65afc1d74e903ae41cad Mon Sep 17 00:00:00 2001 From: Ines Date: Tue, 25 Feb 2025 16:58:52 +0100 Subject: [PATCH] Fix include --- src/Estimators/tests/RobotDynamicsEstimator/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Estimators/tests/RobotDynamicsEstimator/CMakeLists.txt b/src/Estimators/tests/RobotDynamicsEstimator/CMakeLists.txt index fb493d60f0..3580c46105 100644 --- a/src/Estimators/tests/RobotDynamicsEstimator/CMakeLists.txt +++ b/src/Estimators/tests/RobotDynamicsEstimator/CMakeLists.txt @@ -3,6 +3,7 @@ # GNU Lesser General Public License v2.1 or any later version. include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include(FetchContent) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ConfigFolderPath.h.in" "${CMAKE_CURRENT_BINARY_DIR}/ConfigFolderPath.h" @ONLY)