Library dd-opentracing cannot be static

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-03 17:29:47 -04:00
parent 90830034d3
commit 333288e755

View file

@ -335,8 +335,6 @@ mkdir .build
cd .build
cmake -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED=OFF \
-DBUILD_STATIC=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
..