blob: b0e066c68d8e80d7820dd5f5b7a93a8ff0a04495 [file] [log] [blame]
Gyorgy Szing30fa9872017-12-05 01:08:47 +00001#-------------------------------------------------------------------------------
Ken Liue40f9a22019-06-03 16:42:47 +08002# Copyright (c) 2019, Arm Limited. All rights reserved.
Gyorgy Szing30fa9872017-12-05 01:08:47 +00003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
Ken Liue40f9a22019-06-03 16:42:47 +08008message(WARNING "Please use the configs available in the ./config sub-directory.")
Gyorgy Szing30fa9872017-12-05 01:08:47 +00009
Ken Liue40f9a22019-06-03 16:42:47 +080010if(NOT DEFINED TFM_ROOT_DIR)
11 message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
Mate Toth-Pal65c935e2018-01-17 18:42:13 +010012endif()
Gyorgy Szing30fa9872017-12-05 01:08:47 +000013
Ken Liue40f9a22019-06-03 16:42:47 +080014include ("${TFM_ROOT_DIR}/configs/ConfigRegression.cmake")