xo-cmake: bugfix: fix path in exported cmake_module_path config

This commit is contained in:
Roland Conybeare 2024-04-25 14:13:24 -04:00
commit f9619cf5b0

View file

@ -70,5 +70,5 @@ elif [[ $cmd == 'lcov_harness_exe' ]]; then
elif [[ $cmd == 'gen_ccov_template' ]]; then elif [[ $cmd == 'gen_ccov_template' ]]; then
echo -n @CMAKE_INSTALL_FULL_DATADIR@/xo-macros/gen-ccov.in echo -n @CMAKE_INSTALL_FULL_DATADIR@/xo-macros/gen-ccov.in
elif [[ $cmd == 'cmake_module_path' ]]; then elif [[ $cmd == 'cmake_module_path' ]]; then
echo -n @CMAKE_INSTALL_FULL_DATADIR@ echo -n @CMAKE_INSTALL_FULL_DATADIR@/cmake
fi fi