Skip to content

Commit

Permalink
compile suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
geektcp committed Sep 7, 2023
1 parent 421585e commit 1db1dbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/platform/win/settings.cmake
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 1db1dbe

Please sign in to comment.