Skip to content
Snippets Groups Projects
Commit c9e467cc authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Adrien Béraud
Browse files

contrib(win32): add flag to update __cplusplus macro in msvc

Change-Id: Id259c9f57b4ae2a85a15c353b32afc290533800b
parent f5eb0b47
No related branches found
No related tags found
No related merge requests found
...@@ -217,6 +217,7 @@ if(MSVC) ...@@ -217,6 +217,7 @@ if(MSVC)
/wd4180; /wd4180;
/wd4244; /wd4244;
/wd4267; /wd4267;
/Zc:__cplusplus;
${DEFAULT_CXX_EXCEPTION_HANDLING} ${DEFAULT_CXX_EXCEPTION_HANDLING}
) )
endif() endif()
......
...@@ -2,14 +2,10 @@ ...@@ -2,14 +2,10 @@
"name": "msgpack-c", "name": "msgpack-c",
"version": "cpp-3.2.0", "version": "cpp-3.2.0",
"url": "https://github.com/msgpack/msgpack-c/archive/__VERSION__.tar.gz", "url": "https://github.com/msgpack/msgpack-c/archive/__VERSION__.tar.gz",
"deps": [], "use_cmake" : true,
"patches": [], "defines": [
"win_patches": [], "MSGPACK_CXX11=ON",
"project_paths": [], "MSGPACK_BUILD_EXAMPLES=OFF",
"with_env" : "", "MSGPACK_ENABLE_SHARED=OFF"
"custom_scripts": { ]
"pre_build": [],
"build": [],
"post_build": []
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment