Browse Source

Projucer: Fixed a bug where the C++ language standard project settings wasn't being recalled correctly

tags/2021-05-28
ed 8 years ago
parent
commit
bde34cebcb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Project/jucer_Project.cpp

+ 1
- 1
extras/Projucer/Source/Project/jucer_Project.cpp View File

@@ -152,7 +152,7 @@ void Project::setMissingDefaultValues()
if (shouldIncludeBinaryInAppConfig() == var())
shouldIncludeBinaryInAppConfig() = true;
if (! projectRoot.hasType (Ids::cppLanguageStandard))
if (! projectRoot.hasProperty (Ids::cppLanguageStandard))
getCppStandardValue() = "11";
ProjucerApplication::getApp().updateNewlyOpenedProject (*this);


Loading…
Cancel
Save