From 82cc98f165eb223371d0b5a1964f7f10fc051ebc Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Sat, 10 Jul 2021 18:21:35 +0300 Subject: [PATCH] - fake change (add space symbol) to trigger build on CI --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 848cb1d4..89af891e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ project(rtphone) cmake_minimum_required(VERSION 3.0) - + macro(configure_msvc_runtime) if(MSVC) # Default to statically-linked runtime.