From: Stephen Sinclair <radarsat1@gmail.com>
Date: Sun, 7 Jun 2020 08:09:53 +0000
Subject: Remove required components check.

Installed CMake target checks assume all components are installed,
which forbids breaking them up into different packages, this patch
causes targets to only check their own libraries.
---
 siconos-config.cmake.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/siconos-config.cmake.in b/siconos-config.cmake.in
index 7fb9c00..1186e49 100644
--- a/siconos-config.cmake.in
+++ b/siconos-config.cmake.in
@@ -65,9 +65,3 @@ if(@WITH_FCLIB@)
   # and/or FCLIB_ROOT (cmake >= 3.12).
   find_dependency(FCLIB 3.0.0 CONFIG REQUIRED)
 endif()
-
-
-# --- Final check to set (or not) siconos_FOUND, siconos_numerics_FOUND and so on
-check_required_components(siconos)
-
-
