aboutsummaryrefslogtreecommitdiff
path: root/deployments/component-test/component-test.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/component-test/component-test.cmake')
-rw-r--r--deployments/component-test/component-test.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 1dc0152a3..831e6ecc4 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -79,4 +79,4 @@ target_link_libraries(component-test PRIVATE mbedcrypto)
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install CACHE PATH "location to install build output to." FORCE)
endif()
-install(TARGETS component-test DESTINATION bin) \ No newline at end of file
+install(TARGETS component-test DESTINATION ${TS_ENV}/bin)