From c0b045772b25af318760eea4d175c268040bea0d Mon Sep 17 00:00:00 2001 From: Olivier Roussel Date: Tue, 17 Mar 2026 08:57:44 +0100 Subject: [PATCH] add missing install compat headers for Sofa.Component.LinearSystem --- Sofa/Component/LinearSystem/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sofa/Component/LinearSystem/CMakeLists.txt b/Sofa/Component/LinearSystem/CMakeLists.txt index 7047c0c120b..7ffd0dafabe 100644 --- a/Sofa/Component/LinearSystem/CMakeLists.txt +++ b/Sofa/Component/LinearSystem/CMakeLists.txt @@ -76,6 +76,8 @@ sofa_create_package_with_targets( INCLUDE_INSTALL_DIR "${PROJECT_NAME}" ) +install(DIRECTORY compat/ DESTINATION include/${PROJECT_NAME}_compat COMPONENT headers) + cmake_dependent_option(SOFA_COMPONENT_LINEARSYSTEM_BUILD_TESTS "Compile the automatic tests" ON "SOFA_BUILD_TESTS OR NOT DEFINED SOFA_BUILD_TESTS" OFF) if(SOFA_COMPONENT_LINEARSYSTEM_BUILD_TESTS) add_subdirectory(tests)