summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-07-29 11:18:57 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-07-29 18:36:08 +0300
commit6f0cda8c8b8e7831f04ae5e00b13387107dcad9b (patch)
tree985607080970868ae8204cb5ef6a37b0d75bdcfc /cmake/loop-darwin.cmake
parent41e30343f7c9772ba0a3dfa1497dd5657b18aca1 (diff)
downloadqtlocation-mapboxgl-6f0cda8c8b8e7831f04ae5e00b13387107dcad9b.tar.gz
[build] Use mapbox-base optional
Diffstat (limited to 'cmake/loop-darwin.cmake')
-rw-r--r--cmake/loop-darwin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/loop-darwin.cmake b/cmake/loop-darwin.cmake
index 46d8f9edc0..9e52639c52 100644
--- a/cmake/loop-darwin.cmake
+++ b/cmake/loop-darwin.cmake
@@ -8,7 +8,7 @@ target_include_directories(mbgl-loop-darwin
)
target_link_libraries(mbgl-loop-darwin PUBLIC
- optional
+ mapbox-base
)
create_source_groups(mbgl-loop-darwin)