Skip to content

Commit 1dec511

Browse files
committed
Fix minitrace export when included via fetchcontent
1 parent 48f6c5b commit 1dec511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ endif()
219219
######################################################
220220
# INSTALL
221221

222-
INSTALL(TARGETS ${BTCPP_LIBRARY}
222+
INSTALL(TARGETS minitrace ${BTCPP_LIBRARY}
223223
EXPORT ${BTCPP_LIBRARY}Targets
224224
ARCHIVE DESTINATION ${BTCPP_LIB_DESTINATION}
225225
LIBRARY DESTINATION ${BTCPP_LIB_DESTINATION}

0 commit comments

Comments
 (0)