Skip to content
Snippets Groups Projects
Commit 177dd458 authored by Raphael's avatar Raphael
Browse files

Merge branch 'RTRobotUnitV2' of https://gitlab.com/ArmarX/RobotAPI into RTRobotUnitV2

Conflicts:
	source/RobotAPI/gui-plugins/RobotUnitPlugin/RobotUnitPluginWidgetController.cpp
parents 493613e4 029c9126
No related branches found
No related tags found
No related merge requests found
......@@ -106,10 +106,10 @@ RobotUnitPluginWidgetController::RobotUnitPluginWidgetController()
path p = path {homeDir} / ".cmake" / "packages";
if (is_directory(p))
{
for (const path& entry : boost::make_iterator_range(directory_iterator(p), {}))
for (const path & entry : boost::make_iterator_range(directory_iterator(p), {}))
{
const std::string pkg = entry.filename().string();
if (CMakePackageFinder {pkg} .packageFound())
if (CMakePackageFinder {pkg, "", true} .packageFound())
{
widget.comboBoxPackage->addItem(QString::fromStdString(pkg));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment