xo-cmake: bugfix: fix path for cmake macro install dest
This commit is contained in:
parent
c111a3eff2
commit
40ce9b63bc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ install(
|
||||||
"cmake/xo_macros/xo_cxx.cmake"
|
"cmake/xo_macros/xo_cxx.cmake"
|
||||||
"cmake/xo_macros/code-coverage.cmake"
|
"cmake/xo_macros/code-coverage.cmake"
|
||||||
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
|
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/xo_macros
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/xo_macros
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue