Add ctest executable
This commit is contained in:
parent
afff40e584
commit
28b2e36230
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ def set_module_variables_for_package(pkg, module):
|
|||
# TODO: Currently, everything is a link dependency, but tools like
|
||||
# TODO: this shouldn't be.
|
||||
m.cmake = Executable('cmake')
|
||||
m.ctest = Executable('ctest')
|
||||
|
||||
# standard CMake arguments
|
||||
m.std_cmake_args = ['-DCMAKE_INSTALL_PREFIX=%s' % pkg.prefix,
|
||||
|
|
Loading…
Reference in a new issue