From 98f85fe6ede3f59b757417195d19c7a2f7b9522e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Jan 2022 21:51:53 +0000 Subject: cmake: try to fix CI --- cmake/opentrack-platform.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 62c27d7d..34387d56 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -144,7 +144,7 @@ if(MSVC) add_compile_options(-external:W0 -external:anglebrackets) endif() add_compile_options(-Zc:preprocessor) - add_compile_options(-Zc:inline) + #add_compile_options(-Zc:inline) #C4457: declaration of 'id' hides function parameter #C4456: declaration of 'i' hides previous local declaration -- cgit v1.2.3