From 687ee1e1c92275f65469412591ff262b46e7ccd9 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 8 Nov 2016 12:26:02 +0200 Subject: [build] Remove unused gl/implementation.hpp --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c009b910a..10d1076e29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,10 @@ if(WITH_CXX11ABI) endif() if(WITH_OSMESA) - add_compile_options(-D__OSMESA__) + # Default mesa mason binary is OSMesa. + set(MASON_MESA_SUFFIX "") else() - set(MASON_MESA_SUFFIX -glx) + set(MASON_MESA_SUFFIX "-glx") endif() if(IS_CI_BUILD) -- cgit v1.2.1