用Cmake编译opencv的时候到AII_BUILD这一步的时候一直循环出现下面的警告

26>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include\cuda_fp16.h : warning C4819: 璇ユ枃浠跺寘鍚笉鑳藉湪褰撳墠浠g爜椤?936)涓〃绀虹殑瀛楃銆傝灏嗚鏂囦欢淇濆瓨涓?Unicode 鏍煎紡浠ラ槻姝㈡暟鎹涪澶?
26>E:\opencv-4.2.0\modules\core\include\opencv2/core/types.hpp(530): warning : field of class type without a DLL interface used in a class with a DLL interface
26>
26>E:\opencv-4.2.0\modules\core\include\opencv2/core.hpp(135): warning : field of class type without a DLL interface used in a class with a DLL interface
26>到ALL_BUILD 这一步就一直循环输出这个警告了怎么办

源码编译中的警告都不用太在意,如果你想知道乱码是什么,可以设置一下控制台的字符集
https://blog.csdn.net/zhyh1435589631/article/details/51312688/

源代码路径、生成路径检查下对不对,路径不要用中文或者空格的。