mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Drop special case for old cmake versions
We require 3.5 which is more recent than 3.3
This commit is contained in:
parent
82b3af9695
commit
70eb7172d5
@ -1,9 +1,4 @@
|
|||||||
|
|
||||||
if (${CMAKE_VERSION} VERSION_LESS 3.3)
|
|
||||||
include(CMakeParseArguments)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
function(set_local_dist output)
|
function(set_local_dist output)
|
||||||
set(dist_files "")
|
set(dist_files "")
|
||||||
foreach(file ${ARGN})
|
foreach(file ${ARGN})
|
||||||
|
Loading…
Reference in New Issue
Block a user