mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
CMake code rely on cmList class for CMake lists management (part. 1)
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "cmGlobalNinjaGenerator.h"
|
||||
#include "cmLinkLineComputer.h"
|
||||
#include "cmLinkLineDeviceComputer.h"
|
||||
#include "cmList.h"
|
||||
#include "cmLocalCommonGenerator.h"
|
||||
#include "cmLocalGenerator.h"
|
||||
#include "cmLocalNinjaGenerator.h"
|
||||
@@ -754,7 +755,7 @@ void cmNinjaNormalTargetGenerator::WriteDeviceLinkStatement(
|
||||
}
|
||||
|
||||
this->WriteDeviceLinkRules(config);
|
||||
this->WriteDeviceLinkStatements(config, cmExpandedList(architecturesStr),
|
||||
this->WriteDeviceLinkStatements(config, cmList{ architecturesStr },
|
||||
targetOutputReal);
|
||||
} else {
|
||||
this->WriteNvidiaDeviceLinkStatement(config, fileConfig, targetOutputDir,
|
||||
|
||||
Reference in New Issue
Block a user