local notLoadedNames =
""
local cmakePluginString =
""
for i,v in pairs(pluginNamesList) do
notLoadedNames=notLoadedNames..v.." "
cmakePluginString = cmakePluginString.." -D"..v.."=ON"
end
end
if notLoadedNames:len() > 0 then
print(
"Plugin(s) needed but not loaded: "..notLoadedNames)
print(
"Please use \n cmake "..cmakePluginString..
" ..; make\nin your build directory to add the plugin(s).")
exit()
end
end
function table print(data, style)
UG_API bool PluginLoaded(const std::string &name)
int local(bglp_vertex_descriptor p)
Definition: parallel_matrix.h:57