提交 63cc5743 编写于 作者: M Megvii Engine Team

fix(windows): remove windows build path warning

GitOrigin-RevId: d6e255b7dc3c82b5389bded2b1dcf6d07f9d2da2
上级 48a7d333
......@@ -165,6 +165,7 @@ endif()
if(MSVC OR WIN32)
# for cmake after 3.15.2
cmake_policy(SET CMP0091 NEW)
set(CMAKE_OBJECT_PATH_MAX 300)
if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreadedDebug")
else()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册