From 4404afaf4e64bca90046fe2bfe8d5066a5bb5d94 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Jun 2024 12:04:25 +0200 Subject: cmake: update 64-bit avx and 32-bit no-avx builds --- cmake/opentrack-platform.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/opentrack-platform.cmake') diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index f7db0dc8..638260f1 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -137,6 +137,7 @@ if(MSVC) add_link_options(-ignore:4020) add_link_options(-ignore:4217) # debug build + if(MSVC_VERSION GREATER_EQUAL 1913) if(NOT MSVC_VERSION GREATER_EQUAL 1929) add_compile_options(-experimental:external) -- cgit v1.2.3