From 1dec51192bf08f9ddabdf22e0c316d2e51d2f511 Mon Sep 17 00:00:00 2001 From: psy_inf Date: Wed, 22 Jan 2025 00:00:58 +0100 Subject: [PATCH] Fix minitrace export when included via fetchcontent --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 722e102b7..a4cd686b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,7 +219,7 @@ endif() ###################################################### # INSTALL -INSTALL(TARGETS ${BTCPP_LIBRARY} +INSTALL(TARGETS minitrace ${BTCPP_LIBRARY} EXPORT ${BTCPP_LIBRARY}Targets ARCHIVE DESTINATION ${BTCPP_LIB_DESTINATION} LIBRARY DESTINATION ${BTCPP_LIB_DESTINATION}