xo-cmake: bugfix: cmake_module_path must-> CMAKE_INSTALL_DATADIR !
This commit is contained in:
parent
294f1ebb81
commit
d3b12a97e2
2 changed files with 2 additions and 2 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_MODULE_PATH@
|
||||
echo -n @CMAKE_INSTALL_DATADIR@
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue