mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
CMake: Include CMakePrintHelpers
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
901a675238
commit
7af1bea3b1
@ -22,6 +22,10 @@ cmake_minimum_required(VERSION 3.5.1)
|
|||||||
|
|
||||||
include(CMakePackageConfigHelpers)
|
include(CMakePackageConfigHelpers)
|
||||||
|
|
||||||
|
# Include convenience functions for printing properties and variables, like
|
||||||
|
# cmake_print_properties(), cmake_print_variables().
|
||||||
|
include(CMakePrintHelpers)
|
||||||
|
|
||||||
# https://cmake.org/cmake/help/latest/policy/CMP0011.html
|
# https://cmake.org/cmake/help/latest/policy/CMP0011.html
|
||||||
# Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
|
# Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
|
||||||
# policy setting is deprecated, and will be removed in future versions.
|
# policy setting is deprecated, and will be removed in future versions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user