Repository: qpid-proton Updated Branches: refs/heads/master d6cef7b8c -> 9cfe6c1db
PROTON-1654: [C++ binding] Fix C++03 library builds Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9cfe6c1d Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9cfe6c1d Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9cfe6c1d Branch: refs/heads/master Commit: 9cfe6c1db97633ad4704d4f828fa86c1fc1a1119 Parents: d6cef7b Author: Andrew Stitcher <[email protected]> Authored: Fri Jan 5 15:21:27 2018 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Fri Jan 5 15:21:27 2018 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9cfe6c1d/proton-c/bindings/cpp/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/CMakeLists.txt b/proton-c/bindings/cpp/CMakeLists.txt index 5858099..44d61a4 100644 --- a/proton-c/bindings/cpp/CMakeLists.txt +++ b/proton-c/bindings/cpp/CMakeLists.txt @@ -33,8 +33,6 @@ if (DEFINED CMAKE_CXX_COMPILE_FEATURES) set(CMAKE_CXX_EXTENSIONS OFF) if (MSVC) # Compiler feature checks only needed for Visual Studio in this case include(cpp.cmake) - else() - set (CPP_DEFINITIONS "HAS_CPP11") endif() else () if (BUILD_CPP_03) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
