Skip to content

Commit e9b0b96

Browse files
committed
Remove redundant cmake_minimum_required from example
This is already covered by the toplevel CMake, which also serves to provide a consistent minimum version.
1 parent 3f0d63b commit e9b0b96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#vim: et ts =4 sts = 4 sw = 4 tw = 0
2-
cmake_minimum_required(VERSION 3.1)
3-
42
set(EXAMPLES
53
readFromString
64
readFromStream

0 commit comments

Comments
 (0)