3MFConsortium / lib3mf

lib3mf is an implementation of the 3D Manufacturing Format file standard
http://3mf.io
BSD 2-Clause "Simplified" License
228 stars 92 forks source link

Update CMakeLists.txt to ignore cmake_osx_architecture in TESTS #362

Closed gangatp closed 3 months ago

gangatp commented 4 months ago

Previously libreSSL could not be built on arm64 machines, so there was a flag to build the test only for intel x86_64 machines.

After updating the libreSSL library, it might not be the case anymore. So removing the CMAKE_OSX_ARCHITECTURE flag.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.10%. Comparing base (b203943) to head (e0f5e72). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #362 +/- ## =========================================== + Coverage 69.19% 71.10% +1.90% =========================================== Files 271 271 Lines 28691 30307 +1616 =========================================== + Hits 19854 21551 +1697 + Misses 8837 8756 -81 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.