aboutsummaryrefslogtreecommitdiff
path: root/ConfigRegressionIPCTfmLevel2.cmake
blob: a47d4d2b5ac0fd45650fb6e434861b60972034da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#-------------------------------------------------------------------------------
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

message(WARNING "Please use the configs available in the ./config sub-directory.")

if(NOT DEFINED TFM_ROOT_DIR)
	message(FATAL_ERROR "Variable TFM_ROOT_DIR is not set!")
endif()

include ("${TFM_ROOT_DIR}/configs/ConfigRegressionIPCTfmLevel2.cmake")