Tests: Enable RunCMake.CPack_External test more reliably

In commit 2ef966bc77 (Testing: Add test for CPack External generator,
2018-06-11, v3.13.0-rc1~361^2~2) this test was added without defining
its `get_test_prerequirements` function, so it has been re-using the
conditions from the previous test type (STGZ).
This commit is contained in:
Brad King 2024-03-11 16:29:36 -04:00
parent 0379196c22
commit 67983e5930

View File

@ -0,0 +1,4 @@
function(get_test_prerequirements found_var config_file)
file(WRITE "${config_file}" "")
set(${found_var} true PARENT_SCOPE)
endfunction()