Drop special case for old cmake versions

We require 3.5 which is more recent than 3.3
This commit is contained in:
Geert Janssens 2019-09-12 22:49:44 +02:00
parent 82b3af9695
commit 70eb7172d5

View File

@ -1,9 +1,4 @@
if (${CMAKE_VERSION} VERSION_LESS 3.3)
include(CMakeParseArguments)
endif()
function(set_local_dist output)
set(dist_files "")
foreach(file ${ARGN})