4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-09 02:09:34 +00:00

Downgrade cmake_minimum_required to 3.5

This commit is contained in:
Romain Thomas 2019-07-24 14:56:25 +02:00
parent 3a11b24798
commit d4ad532c58

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.5)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)