mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Build(Windows). Remove compiler switch. '/vmg'.
This commit is contained in:
parent
eed4a4c860
commit
9b0f485850
@ -71,12 +71,6 @@ if(OATPP_COMPAT_BUILD_NO_THREAD_LOCAL)
|
||||
add_definitions(-DOATPP_COMPAT_BUILD_NO_THREAD_LOCAL)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
# Add compilerswitch to allow pointer-to-members
|
||||
# https://docs.microsoft.com/en-us/cpp/preprocessor/pointers-to-members?view=vs-2019
|
||||
add_compile_options(/vmg)
|
||||
endif(MSVC)
|
||||
|
||||
message("\n############################################################################\n")
|
||||
|
||||
###################################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user