From 40ce9b63bc113747931b420d6feef2f221e68567 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 25 Apr 2024 14:07:48 -0400 Subject: [PATCH] xo-cmake: bugfix: fix path for cmake macro install dest --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 075246d9..9e1d74bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ install( "cmake/xo_macros/xo_cxx.cmake" "cmake/xo_macros/code-coverage.cmake" PERMISSIONS OWNER_READ GROUP_READ WORLD_READ - DESTINATION ${CMAKE_INSTALL_DATADIR}/xo_macros + DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/xo_macros ) install(