Raise cmake_minimum_required: 2.8 -> 3.4
authorFangrui Song <i@maskray.me>
Mon, 19 Nov 2018 00:35:21 +0000 (16:35 -0800)
committerFangrui Song <i@maskray.me>
Sun, 2 Dec 2018 18:10:36 +0000 (10:10 -0800)
commitb9679f355308ea5d3848b1229077fd02c0ddc8ae
treeae40fc1addee4ca531e183e0d0d6647c8e0b54fd
parentc5f8d135cf3555404f1c4df5617f94f4fc2bac87
Raise cmake_minimum_required: 2.8 -> 3.4

See CMP0065, otherwise -rdynamic is unconditionally added to linked executable. These .dynsym symbols are not really useful.
CMakeLists.txt