summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2018-07-07 11:27:21 (GMT)
committerFred Baksik <frodak17@gmail.com>2018-07-11 12:44:49 (GMT)
commitbb77dc0cee95b2606ab6715aa9babc89c09d176f (patch)
tree23444417c8f30f91a864efa890d2c534b6aae21a /Tests
parentf80692cf600675bae4d12810c8119a62e76aa701 (diff)
downloadCMake-bb77dc0cee95b2606ab6715aa9babc89c09d176f.zip
CMake-bb77dc0cee95b2606ab6715aa9babc89c09d176f.tar.gz
CMake-bb77dc0cee95b2606ab6715aa9babc89c09d176f.tar.bz2
GHS: Set primary target using arch/platform values (or user specified value)
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b389a13..bd81a84 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -2256,7 +2256,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
--build-generator "Green Hills MULTI"
--build-project ReturnNum
--build-config $<CONFIGURATION>
- --build-options -DGHS_PRIMARY_TARGET="arm_integrity.tgt"
+ --build-options -DGHS_PRIMARY_TARGET=arm_integrity.tgt
-DGHS_BSP_NAME="simarm"
)
endif ()