Remove redundant cmake_minimum_required from example

This is already covered by the toplevel CMake, which also serves to
provide a consistent minimum version.
This commit is contained in:
Joel Johnson 2020-02-19 09:14:08 -07:00
parent 3f0d63b5a9
commit e9b0b96be6

View File

@ -1,6 +1,4 @@
#vim: et ts =4 sts = 4 sw = 4 tw = 0
cmake_minimum_required(VERSION 3.1)
set(EXAMPLES
readFromString
readFromStream