summaryrefslogtreecommitdiff
path: root/cmake/render-test.cmake
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-30 16:29:13 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-02 14:09:08 +0300
commit26ea9798b766e312bb06f4d9f4b7ff99359ad6e1 (patch)
tree590542e6e7e7dc3f44c6bfeaad91cd3c3a82357c /cmake/render-test.cmake
parent02c9918b8399e7a312c31308007b79d322ce7708 (diff)
downloadqtlocation-mapboxgl-26ea9798b766e312bb06f4d9f4b7ff99359ad6e1.tar.gz
[build] Use rapidjson from mapbox-base
Diffstat (limited to 'cmake/render-test.cmake')
-rw-r--r--cmake/render-test.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/render-test.cmake b/cmake/render-test.cmake
index 58546ca165..9bc37df808 100644
--- a/cmake/render-test.cmake
+++ b/cmake/render-test.cmake
@@ -24,7 +24,7 @@ target_link_libraries(mbgl-render-test PRIVATE
expected
Mapbox::Base::Extras::filesystem
Mapbox::Base::pixelmatch-cpp
- rapidjson
+ Mapbox::Base::Extras::rapidjson
)
add_definitions(-DTEST_RUNNER_ROOT_PATH="${CMAKE_SOURCE_DIR}")