blob: a47d4d2b5ac0fd45650fb6e434861b60972034da [file] [log] [blame]
Edison Ai1a40a402019-05-23 09:50:24 +08001#-------------------------------------------------------------------------------
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
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.")
Edison Ai1a40a402019-05-23 09:50:24 +08009
Ken Liue40f9a22019-06-03 16:42:47 +080010if(NOT DEFINED TFM_ROOT_DIR)
11 message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
Edison Ai1a40a402019-05-23 09:50:24 +080012endif()
13
Ken Liue40f9a22019-06-03 16:42:47 +080014include ("${TFM_ROOT_DIR}/configs/ConfigRegressionIPCTfmLevel2.cmake")