Browse Source

cmake: Apply CETCOMPAT fix from ef988fe1 to tests

Cameron Gutman 2 năm trước cách đây
mục cha
commit
ec1137dfbd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -51,7 +51,7 @@ if(WINDOWS)
     endif()
 
     # CET support was added in VS 16.7
-    if(MSVC_VERSION GREATER 1926 AND NOT CMAKE_GENERATOR_PLATFORM MATCHES ARM)
+    if(MSVC_VERSION GREATER 1926 AND CMAKE_GENERATOR_PLATFORM MATCHES "Win32|x64")
         link_libraries(-CETCOMPAT)
     endif()