From 1db1dbeef00db22bfa9ec8afef62fd5d32ef72a0 Mon Sep 17 00:00:00 2001 From: geektcp Date: Thu, 7 Sep 2023 12:05:57 +0800 Subject: [PATCH] compile suggest --- cmake/platform/win/settings.cmake | 3 +++ 1 file changed, 3 insertions(+) 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()