xo-cmake: bugfix: need full CMAKE_INSTALL_FULL_DATADIR
This commit is contained in:
parent
d3b12a97e2
commit
c111a3eff2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,5 +70,5 @@ elif [[ $cmd == 'lcov_harness_exe' ]]; then
|
|||
elif [[ $cmd == 'gen_ccov_template' ]]; then
|
||||
echo -n @CMAKE_INSTALL_FULL_DATADIR@/xo-macros/gen-ccov.in
|
||||
elif [[ $cmd == 'cmake_module_path' ]]; then
|
||||
echo -n @CMAKE_INSTALL_DATADIR@
|
||||
echo -n @CMAKE_INSTALL_FULL_DATADIR@
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue