summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-01-02 21:51:53 +0000
committerGitHub <noreply@github.com>2022-01-02 21:51:53 +0000
commit98f85fe6ede3f59b757417195d19c7a2f7b9522e (patch)
tree3c257ff01bf19b81843350f1db9ca106474d5fc3 /cmake
parentd97bb1c010dabf7f3ed88ddcd65d4181bab14aa2 (diff)
cmake: try to fix CI
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-platform.cmake2
1 files changed, 1 insertions, 1 deletions
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