From 6ab05249030dcf074c67e8bb86144d7bfd5c5143 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 27 Sep 2023 16:31:52 -0400 Subject: [PATCH] xo-cmake: bugfix: must install code-coverage.cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1480c47..c018ef2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,5 +13,6 @@ set(XO_PROJECT_NAME xo_macros) install( FILES "cmake/xo_cxx.cmake" + "cmake/code-coverage.cmake" DESTINATION share/cmake/${XO_PROJECT_NAME} )