diff --git a/cmake/platform/win/settings.cmake b/cmake/platform/win/settings.cmake index f25fc34..c87eeae 100644 --- a/cmake/platform/win/settings.cmake +++ b/cmake/platform/win/settings.cmake @@ -1,3 +1,6 @@ +# It is not recommended to compile on the Windows platform +# we suggest you compile it on the Linux platform, for example CentOS 6.5, or CentOS 7.x + if ( MSVC ) include("${ROOT_DIR}/cmake/compiler/msvc/settings.cmake") endif()