xo-cmake: bugfix: fix path in exported cmake_module_path config
This commit is contained in:
parent
40ce9b63bc
commit
f9619cf5b0
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_FULL_DATADIR@
|
||||
echo -n @CMAKE_INSTALL_FULL_DATADIR@/cmake
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue