1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CMake: Enable hardened runtime options for console app targets

This commit is contained in:
reuk 2024-09-11 13:21:19 +01:00
parent 555b667d22
commit 646f5ad095
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
2 changed files with 6 additions and 6 deletions

View file

@ -331,9 +331,6 @@ int writePlist (juce::ArgumentList&& args)
juce::build_tools::EntitlementOptions parseEntitlementsOptions (const juce::File& file,
juce::build_tools::ProjectType::Target::Type type)
{
if (type == juce::build_tools::ProjectType::Target::ConsoleApp)
juce::ConsoleApplication::fail ("Deduced project type does not require entitlements", 1);
const auto dict = parseProjectData (file);
UpdateField updateField { dict };