xo-cmake: bugfix: fix path for cmake macro install dest

This commit is contained in:
Roland Conybeare 2024-04-25 14:07:48 -04:00
commit 40ce9b63bc

View file

@ -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(