You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any suggestions? Shall we do some sort of foreach(arg ${args}) and then call config_file with ${arg}, but if so how shall we construct the <input> or <output>?
The text was updated successfully, but these errors were encountered:
I'm using
ac2cmake
as suggested by @pfultz2 in this PR and I get this error:If I understand properly the following snipped passes all the parameters I've used when calling
ac_config_file
here directly to cmake'sconfigure_file
.cget-recipes/cmake/cget-recipe-utils/cget-recipe-utils-config.cmake
Lines 385 to 390 in 8a700af
which ends up violating
configure_file
's signature:Any suggestions? Shall we do some sort of
foreach(arg ${args})
and then callconfig_file
with${arg}
, but if so how shall we construct the<input>
or<output>
?The text was updated successfully, but these errors were encountered: