summaryrefslogtreecommitdiff
path: root/vendor/boost.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-02-07 17:55:12 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-02-07 20:12:44 +0200
commit021e48f35e4812803ecaadb1ed262c83354b767e (patch)
tree586c61e9f5ad7c1b214adb027ba0dfc928c43484 /vendor/boost.cmake
parent47f2b20435cc524e2e300ad4881e198079c536bf (diff)
downloadqtlocation-mapboxgl-021e48f35e4812803ecaadb1ed262c83354b767e.tar.gz
[build] Run cmake-format on all the CMake files
Unify and enforce a CMake coding style.
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
)