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
here, populated is just a string that gets passed as the 3rd argument. cpm_fetch_package uses the string and sets a variable named after that string.
the populated variable is used a few lines after the call cpm_fetch_populated to.
Basically we are telling cpm_fetch_package what name the variable should have it's defining.
Could probably be refactored to be clearer : )
cpm_fetch_package("${CPM_ARGS_NAME}" ${DOWNLOAD_ONLY} populated ${CPM_ARGS_UNPARSED_ARGUMENTS})
I didn't find the definition of "populated"
The text was updated successfully, but these errors were encountered: