Re: [Mesa-dev] [PATCH] cmake: Bump minimum version to 3.2.

2018-05-17 Thread Dylan Baker
I think this is a reasonable thing to do, 3.2 is from early 2015, so it shouldn't be too much to ask for. Reviewed-by: Dylan Baker Quoting Vinson Lee (2018-05-17 11:37:12) > This build error occurs with cmake 2.8.12. > /bin/sh: BYPRODUCTS: command not found > > BYPRODUCTS

[Mesa-dev] [PATCH] cmake: Bump minimum version to 3.2.

2018-05-17 Thread Vinson Lee
This build error occurs with cmake 2.8.12. /bin/sh: BYPRODUCTS: command not found BYPRODUCTS is not available until cmake 3.2. https://cmake.org/cmake/help/v3.2/release/3.2.html Fixes: 2f02cf0d4c2d ("Generate xml for builtin profiles") Bugzilla: