Add a missing comma to fix generator
Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
@@ -19,7 +19,7 @@ namespace O3DE::ProjectManager
|
||||
QString targetBuildPath = QDir(m_projectInfo.m_path).filePath(ProjectBuildPathPostfix);
|
||||
|
||||
return AZ::Success(QStringList{ ProjectCMakeCommand,
|
||||
"-G", "Visual Studio 16 2019"
|
||||
"-G", "Visual Studio 16 2019",
|
||||
"-B", targetBuildPath,
|
||||
"-S", m_projectInfo.m_path,
|
||||
QString("-DLY_3RDPARTY_PATH=").append(thirdPartyPath),
|
||||
|
||||
Reference in New Issue
Block a user