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

Add support for building on Apple silicon #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Developer-Ecosystem-Engineering

Updating to the latest Catch2 will allow expected to also compile for Apple silicon natively.

Once updated

% mkdir build
% cd build
% cmake ..
% make
% make test
Running tests...
Test project /Users/test/expected/build
Start 1: tl::expected::tests
1/1 Test #1: tl::expected::tests .............. Passed 0.01 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) = 0.01 sec

Updating to the latest Catch2 will allow `expected` to also compile for Apple silicon natively.

Once updated

% mkdir build
% cd build
% cmake ..
% make
% make test
Running tests...
Test project /Users/test/expected/build
    Start 1: tl::expected::tests
1/1 Test TartanLlama#1: tl::expected::tests ..............   Passed    0.01 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.01 sec
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