Fix typo in static sqlite external target (#1184)

This could cause sqlite3 to not get built in time (found via lokinet,
which copied this, where this issue showed up).
This commit is contained in:
Jason Rhinelander 2020-06-28 22:06:09 -03:00 committed by GitHub
parent bbf201a7a6
commit f226d1b180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ set(Boost_VERSION ${BOOST_VERSION})
build_external(sqlite3)
add_static_target(sqlite3 sqlite_external libsqlite3.a)
add_static_target(sqlite3 sqlite3_external libsqlite3.a)