diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-07 10:54:38 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-08 18:02:38 +0200 |
commit | 8e99ae44dd5bf72bc8bd844251e9d670095804ac (patch) | |
tree | 38ddbf84fea7c9385de25f981d298fec9a99166a /cmake/benchmark.cmake | |
parent | d0ac12309b470eb59690ece3f15773df73a127e1 (diff) | |
download | qtlocation-mapboxgl-8e99ae44dd5bf72bc8bd844251e9d670095804ac.tar.gz |
[build] Use mesa-13.0.0-glx in CI builds
Diffstat (limited to 'cmake/benchmark.cmake')
-rw-r--r-- | cmake/benchmark.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake index 79da54459e..0752647a2d 100644 --- a/cmake/benchmark.cmake +++ b/cmake/benchmark.cmake @@ -14,12 +14,6 @@ target_include_directories(mbgl-benchmark PRIVATE platform/default ) -if(DEFINED ENV{CI}) - target_compile_definitions(mbgl-benchmark - PRIVATE -DCI_BUILD=1 - ) -endif() - target_link_libraries(mbgl-benchmark PRIVATE mbgl-core ) |