summaryrefslogtreecommitdiff
path: root/cmake/offline.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/offline.cmake')
-rw-r--r--cmake/offline.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/cmake/offline.cmake b/cmake/offline.cmake
index b751125297..3fa075f07b 100644
--- a/cmake/offline.cmake
+++ b/cmake/offline.cmake
@@ -2,9 +2,6 @@ add_executable(mbgl-offline
bin/offline.cpp
)
-# args requires RTTI
-set_source_files_properties(bin/offline.cpp PROPERTIES COMPILE_OPTIONS "-frtti")
-
target_sources(mbgl-offline
PRIVATE platform/default/include/mbgl/util/default_styles.hpp
)
@@ -15,10 +12,9 @@ target_include_directories(mbgl-offline
target_link_libraries(mbgl-offline
PRIVATE mbgl-core
+ PRIVATE args
)
-target_add_mason_package(mbgl-offline PRIVATE args)
-
mbgl_platform_offline()
create_source_groups(mbgl-offline)