summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2019-10-08 10:24:24 -0700
committerFabian Guerra <fabian.guerra@mapbox.com>2019-10-08 10:24:24 -0700
commit3e2c37b3ee82d139c0e3d788cde2206ffd79d0f3 (patch)
treee3fd93fdb3d6392d46300385808fb15c66c881dd
parente440ad807658fc7be4538b7f10e792ac9cad1ec0 (diff)
downloadqtlocation-mapboxgl-3e2c37b3ee82d139c0e3d788cde2206ffd79d0f3.tar.gz
[macos] Fix macos.cmake file import.
-rw-r--r--next/platform/macos/macos.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/next/platform/macos/macos.cmake b/next/platform/macos/macos.cmake
index a0dcb9a829..f09b9a0bda 100644
--- a/next/platform/macos/macos.cmake
+++ b/next/platform/macos/macos.cmake
@@ -33,7 +33,7 @@ target_sources(
${MBGL_ROOT}/platform/darwin/src/MGLMapCamera.mm
${MBGL_ROOT}/platform/darwin/src/MGLMapSnapshotter.mm
${MBGL_ROOT}/platform/darwin/src/MGLMultiPoint.mm
- ${MBGL_ROOT}/platform/darwin/src/MGLNetworkConfiguration.m
+ ${MBGL_ROOT}/platform/darwin/src/MGLNetworkConfiguration.mm
${MBGL_ROOT}/platform/darwin/src/MGLOfflinePack.mm
${MBGL_ROOT}/platform/darwin/src/MGLOfflineStorage.mm
${MBGL_ROOT}/platform/darwin/src/MGLOpenGLStyleLayer.mm