blob: 38805dd056e108901be03e045ac2a12c49b7cbec [file] [log] [blame]
Jamie Fox17c30bb2019-01-10 13:39:33 +00001#-------------------------------------------------------------------------------
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.")
Jamie Fox17c30bb2019-01-10 13:39:33 +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!")
Jamie Fox17c30bb2019-01-10 13:39:33 +000012endif()
13
Ken Liue40f9a22019-06-03 16:42:47 +080014include ("${TFM_ROOT_DIR}/configs/ConfigPsaApiTest.cmake")