Skip to content

Commit

Permalink
more fixes and improvements to cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Dec 24, 2024
1 parent c4fabe2 commit 15f266d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin-dev/Source/Sentry/Sentry.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System;
using System.IO;
using System.Reflection;
using System.IO;
using System.Diagnostics;
using System.Text;
using System.Collections.Generic;
Expand Down Expand Up @@ -71,9 +70,6 @@ public class CMakeTargetInst
private bool m_forceBuild=false;
private string m_forceBuildType;

private bool m_includedToolchain=false;
private string m_includedToolchainPath;

public CMakeTargetInst(string targetName, string targetPlatform, string targetLocation, string args)
{
m_targetName=targetName;
Expand Down

0 comments on commit 15f266d

Please sign in to comment.