Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change example defaults to build by default #94

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Conversation

MarkSchofield
Copy link
Owner

The 'CMakePresets.json' file in the 'example' folder opts-in to functionality that requires opt-in features from Visual Studio:

  1. VS_USE_SPECTRE_MITIGATION_RUNTIME - This uses the Spectre-mitigation runtimes by default, but Visual Studio doesn't install them by default.
  2. VS_EXPERIMENTAL_MODULE - This adds the Visual Studio-shipped modules for C++ to the path, but Visual Studio doesn't install them by default.

Setting these options to OFF means that a default install of Visual Studio - with the C++ workload - should be able to build the examples.

@MarkSchofield MarkSchofield merged commit ebe98d7 into main Feb 19, 2024
17 checks passed
@MarkSchofield MarkSchofield deleted the mschofie/bte branch February 19, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant