We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d6575 commit 18360feCopy full SHA for 18360fe
recipe/build.sh
@@ -6,11 +6,7 @@ mkdir build_cmake
6
pushd build_cmake
7
8
export OPENSSL_ROOT_DIR=$PREFIX
9
-if [[ "${target_platform}" == osx* ]] && [[ "${abseil_cpp}" == "20210324.2" ]]; then
10
- export CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_CXX_STANDARD=14"
11
-else
12
- export CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_CXX_STANDARD=17"
13
-fi
+export CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_CXX_STANDARD=17"
14
15
# Overwrite location of protoc plugin to support cross-compilation
16
sed -ie "s;protoc-gen-grpc.*$;protoc-gen-grpc=${BUILD_PREFIX}/bin/grpc_cpp_plugin;g" ../cmake/CompileProtos.cmake
0 commit comments