summaryrefslogtreecommitdiff
path: root/cmake/test.cmake
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-01 12:36:24 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-01 13:54:28 +0300
commit04309e01ceaa267becef16ed9db6f91fcea91f59 (patch)
treee8d5fce7ddef12c7d075f607f083c51f2f1824c5 /cmake/test.cmake
parentbaceb47bff59cbd30c2d1548edd6ec6cc8a9f062 (diff)
downloadqtlocation-mapboxgl-04309e01ceaa267becef16ed9db6f91fcea91f59.tar.gz
[core] Switch test build to googletest git submodule
Diffstat (limited to 'cmake/test.cmake')
-rw-r--r--cmake/test.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/test.cmake b/cmake/test.cmake
index 16dc10f93d..1c1d3269a7 100644
--- a/cmake/test.cmake
+++ b/cmake/test.cmake
@@ -1,5 +1,3 @@
-add_vendor_target(gtest STATIC)
-
# scripts/generate-file-lists.js to change the source files for this target.
load_sources_list(MBGL_TEST_FILES test/test-files.json)
if (MBGL_TEST_TARGET_TYPE STREQUAL "library")
@@ -25,7 +23,7 @@ target_include_directories(mbgl-test
)
target_link_libraries(mbgl-test PRIVATE
- gtest
+ googletest
args
mbgl-core
shelf-pack-cpp