Don't use `DEPRECATE_HARD`

Otherwise, this branch won't be able to be compatible with 1.0 and 1.1.
This commit is contained in:
lhchavez 2020-12-05 10:39:35 -08:00
parent 5b5e281f1f
commit e86e312423
1 changed files with 0 additions and 1 deletions

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