Skip to content

Commit

Permalink
use WITH_ABSL=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 26, 2023
1 parent 18fc039 commit 50bf3cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cmake -GNinja ^
-DBUILD_SHARED_LIBS=ON ^
-DBUILD_TESTING=OFF ^
-DOPENTELEMETRY_INSTALL=ON ^
-DWITH_ABSL=ON ^
-DWITH_API_ONLY=OFF ^
-DWITH_BENCHMARK=OFF ^
-DWITH_ETW=ON ^
Expand Down
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cmake -GNinja \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF \
-DOPENTELEMETRY_INSTALL=ON \
-DWITH_ABSL=ON \
-DWITH_API_ONLY=OFF \
-DWITH_BENCHMARK=OFF \
-DWITH_EXAMPLES=OFF \
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ requirements:
- zlib # [build_platform != target_platform]
- prometheus-cpp # [build_platform != target_platform]
host:
- libabseil
- libcurl
- libgrpc
- libprotobuf
Expand All @@ -53,7 +54,6 @@ requirements:
# because the windows builds of libgrpc is static, we need _its_
# (not yet present) host dependencies to be able to link correctly
- c-ares # [win]
- libabseil # [win]
- openssl # [win]
- re2 # [win]

Expand Down

0 comments on commit 50bf3cb

Please sign in to comment.