|
@@ -1,6 +1,6 @@ |
|
|
# Many projects still are stuck using CMake 2.8 is several places so it's good to provide backward support too. This is |
|
|
# Many projects still are stuck using CMake 2.8 is several places so it's good to provide backward support too. This is |
|
|
# specially true in old embedded systems (OpenWRT and friends) where CMake isn't necessarily upgraded. |
|
|
# specially true in old embedded systems (OpenWRT and friends) where CMake isn't necessarily upgraded. |
|
|
cmake_minimum_required(VERSION 2.8) |
|
|
|
|
|
|
|
|
cmake_minimum_required(VERSION 2.8...3.16) |
|
|
|
|
|
|
|
|
if(POLICY CMP0048) |
|
|
if(POLICY CMP0048) |
|
|
cmake_policy(SET CMP0048 NEW) |
|
|
cmake_policy(SET CMP0048 NEW) |
|
|