Commit bccfe71f by Antonio Maiorano

CMake: require version 3.13

A future change will make use of target_link_options, which was added in CMake 3.13. Bug: b/145758253 Change-Id: Icac9609c5d2a9df6039a1d3defeb8db9d3cfd61d Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/44109Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarBen Clayton <bclayton@google.com>
parent d8efa7d2
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
cmake_minimum_required(VERSION 3.6.3) cmake_minimum_required(VERSION 3.13)
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD 14)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment