commit f4f204362be8f7a471b4be86ad50d7d1fd5262ce
Author: François Trahay <francois.trahay@telecom-sudparis.eu>
Date:   Mon Aug 22 13:24:15 2022 +0200

    don't install cmake files

diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index fcf0cc48..d5a363ce 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -55,11 +55,5 @@ install(TARGETS eztrace-core EXPORT EZTraceCoreTargets
   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
 )
 
-install(EXPORT EZTraceCoreTargets
-  FILE EZTraceCore.cmake
-  NAMESPACE EZTrace::
-  DESTINATION cmake
-)
-
 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/eztrace-core DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/eztrace-core DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
diff --git a/src/eztrace-lib/CMakeLists.txt b/src/eztrace-lib/CMakeLists.txt
index f5e069ef..2fcba164 100644
--- a/src/eztrace-lib/CMakeLists.txt
+++ b/src/eztrace-lib/CMakeLists.txt
@@ -42,10 +42,4 @@ install(TARGETS eztrace-lib EXPORT EZTraceLibTargets
   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
 )
 
-install(EXPORT EZTraceLibTargets
-  FILE EZTraceLib.cmake
-  NAMESPACE EZTrace::
-  DESTINATION cmake
-)
-
 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/eztrace-lib DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
diff --git a/src/instrumentation/CMakeLists.txt b/src/instrumentation/CMakeLists.txt
index 3f34cc55..6d4e84cb 100644
--- a/src/instrumentation/CMakeLists.txt
+++ b/src/instrumentation/CMakeLists.txt
@@ -95,10 +95,4 @@ install(TARGETS eztrace-instrumentation EXPORT EZTraceInstrumentationTargets
   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
 )
 
-install(EXPORT EZTraceInstrumentationTargets
-  FILE EZTraceInstrumentation.cmake
-  NAMESPACE EZTrace::
-  DESTINATION cmake
-)
-
 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/eztrace-instrumentation DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
