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:
parent
555b667d22
commit
646f5ad095
2 changed files with 6 additions and 6 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue