From 6e3f9576ad164e29cb057cf76ca9575a3f2409b5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 15 Nov 2022 12:07:55 +0100 Subject: [PATCH] Update iCubModels.cpp.in --- cpp/src/iCubModels.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/iCubModels.cpp.in b/cpp/src/iCubModels.cpp.in index 76a5931..f60d4a7 100644 --- a/cpp/src/iCubModels.cpp.in +++ b/cpp/src/iCubModels.cpp.in @@ -16,7 +16,7 @@ namespace iCubModels { std::string getModelsPath() { - std::filesystem::path ret = std::filesystem::path(iCubModel::getInstallPrefix()) / std::filesystem::path("@ICUB_MODELS_MODELS_RELATIVE_PATH@"); + std::filesystem::path ret = std::filesystem::path(iCubModels::getInstallPrefix()) / std::filesystem::path("@ICUB_MODELS_MODELS_RELATIVE_PATH@"); return ret.string(); }