blob: cf020798df613ed97186b571c338ff64babe03a2 [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/ConfigRegressionIPC.cmake")