From d95eb3651eab0661b3ea49c336f34cf7a45425ae Mon Sep 17 00:00:00 2001 From: philippewarren Date: Mon, 16 Dec 2024 14:58:13 -0500 Subject: [PATCH] WIP CI build --- .../3rdParty/webrtc_native/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt b/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt index 11e3c654..5b4afa95 100644 --- a/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt +++ b/opentera-webrtc-native-client/3rdParty/webrtc_native/CMakeLists.txt @@ -16,7 +16,7 @@ elseif(UNIX) message(FATAL_ERROR "MacOS version not supported: ${SW_VERS_VERSION_SHORT}, must be 12 or 13.") endif() - set(archive_stem webrtc-native-build-macos-${SW_VERS_VERSION_SHORT}-${architecture}-${CMAKE_BUILD_TYPE}-${webrtc_native_build_version}) + set(archive_stem webrtc-native-build-macos-${SW_VERS_VERSION_SHORT}-${architecture}-${CMAKE_BUILD_TYPE}-${webrtc_native_build_version}-test) else(APPLE) # Taken from : https://stackoverflow.com/questions/26919334/detect-underlying-platform-flavour-in-cmake function(get_linux_lsb_release_information)