Mark some symbols to be deprecated #minor (#698) #699

Merged
github-actions[bot] merged 3 commits from cherry-pick-402698831-release-1.0 into release-1.0 2020-12-05 13:43:02 -06:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit e86e312423 - Show all commits

View File

@ -68,7 +68,6 @@ cmake -DTHREADSAFE=ON \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DCMAKE_INSTALL_PREFIX="${BUILD_INSTALL_PREFIX}" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DDEPRECATE_HARD=ON \
"${VENDORED_PATH}" &&
exec cmake --build . --target install