summaryrefslogtreecommitdiff
path: root/vendor/boost.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/boost.cmake')
-rw-r--r--vendor/boost.cmake9
1 files changed, 6 insertions, 3 deletions
diff --git a/vendor/boost.cmake b/vendor/boost.cmake
index 33b203368e..ad2ba24e5c 100644
--- a/vendor/boost.cmake
+++ b/vendor/boost.cmake
@@ -2,8 +2,11 @@ if(TARGET mbgl-vendor-boost)
return()
endif()
-add_library(mbgl-vendor-boost INTERFACE)
+add_library(
+ mbgl-vendor-boost INTERFACE
+)
-target_include_directories(mbgl-vendor-boost SYSTEM INTERFACE
- ${CMAKE_CURRENT_LIST_DIR}/boost/include
+target_include_directories(
+ mbgl-vendor-boost SYSTEM
+ INTERFACE ${CMAKE_CURRENT_LIST_DIR}/boost/include
)