xo-cmake: bugfix: cmake_module_path must-> CMAKE_INSTALL_DATADIR !

This commit is contained in:
Roland Conybeare 2024-04-25 13:58:38 -04:00
commit d3b12a97e2
2 changed files with 2 additions and 2 deletions

View file

@ -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_MODULE_PATH@
echo -n @CMAKE_INSTALL_DATADIR@
fi