cmake configure file not replacing variables
cmake configure file not replacing variables
most probably you may have
configure_file( in
out
@only )
here @only tells the cmake to only replace the variable defined like
@variable@ and not to replace
${variable}
No comments:
Post a Comment