Build(Windows). Remove compiler switch. '/vmg'.

This commit is contained in:
lganzzzo 2019-08-19 02:13:22 +03:00
parent eed4a4c860
commit 9b0f485850

View File

@ -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")
###################################################################################################