Build INSTALL Error

I am trying to install opencv for visual studio.
I am following the official tutorial of opencv website . Tutorial :
[https://docs.opencv.org/master/d3/d52/tutorial_windows_install.html](https://tutorial of installing opencv )
I chose this method : Installation by Making Your Own Libraries from the Source Files
the problem is that when I want to build INSTALL at the end of step 7 I get this error : LNK 1181 erro ( can not open input file (FILE NAME : test_intrin512.avx512_skx.obj)
Please help me some one told me in cmake search for “test” and uncheck all the lists with test expression but the problem if I do it I won’t get this particular error but I won’t be able to run applications inside bin/Debug or bin/Release directory so …
.

duplicate question