mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
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:
parent
3f0d63b5a9
commit
e9b0b96be6
@ -1,6 +1,4 @@
|
|||||||
#vim: et ts =4 sts = 4 sw = 4 tw = 0
|
#vim: et ts =4 sts = 4 sw = 4 tw = 0
|
||||||
cmake_minimum_required(VERSION 3.1)
|
|
||||||
|
|
||||||
set(EXAMPLES
|
set(EXAMPLES
|
||||||
readFromString
|
readFromString
|
||||||
readFromStream
|
readFromStream
|
||||||
|
Loading…
Reference in New Issue
Block a user