Skip to content

Commit

Permalink
correct path to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Dec 24, 2024
1 parent 15f266d commit 823acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-dev/Source/Sentry/Sentry.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private string CreateCMakeConfigCommand(ReadOnlyTargetRules target, ModuleRules
var installPath = m_thirdPartyGeneratedPath;

var arguments = " -G \""+GetGeneratorName(target)+"\""+
" -S \""+m_targetLocation+"\""+
" -S \""+m_cmakeTargetPath+"\""+
" -B \""+buildDirectory+"\""+
buildToolchain+
" -DCMAKE_BUILD_TYPE="+GetBuildType(target)+
Expand Down

0 comments on commit 823acdc

Please sign in to comment.