diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-23 12:04:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-23 12:04:58 +0200 |
commit | 4404afaf4e64bca90046fe2bfe8d5066a5bb5d94 (patch) | |
tree | 4607a519149e82589c00236a0b101e4e0f0f7160 /cmake/opentrack-platform.cmake | |
parent | e7d6d6df0f2fe11730dd6699566797de75982aac (diff) |
cmake: update 64-bit avx and 32-bit no-avx builds
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r-- | cmake/opentrack-platform.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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) |