Skip to content

Tests: Fix XCTest build configuration

Brad King requested to merge brad.king/cmake:fix-XCTest-build-config into master

Build the test binaries with the same configuration in which they will be tested instead of the default Debug configuration. This fixes the test when run in a Release configuration.

Merge request reports