summaryrefslogtreecommitdiff
path: root/indra/cmake/LLAddBuildTest.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-10-21 17:56:13 -0400
committerOz Linden <oz@lindenlab.com>2014-10-21 17:56:13 -0400
commita959ede77685202ffdd65fbd5c03d1c40a1370db (patch)
tree4f1421cc2b09a0181917cda2648cba336ea90881 /indra/cmake/LLAddBuildTest.cmake
parent223f438e499d9af26569c0a4c03c02550185f22b (diff)
correct test construction macro target reference for integration tests
Diffstat (limited to 'indra/cmake/LLAddBuildTest.cmake')
-rw-r--r--indra/cmake/LLAddBuildTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake
index f6c2e99640..ac5c5c6a2a 100644
--- a/indra/cmake/LLAddBuildTest.cmake
+++ b/indra/cmake/LLAddBuildTest.cmake
@@ -225,7 +225,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
# Create the test running command
SET(test_command ${ARGN})
- SET(TEST_EXE <TARGET_FILE:INTEGRATION_TEST_${testname}>)
+ SET(TEST_EXE $<TARGET_FILE:INTEGRATION_TEST_${testname}>)
LIST(FIND test_command "{}" test_exe_pos)
IF(test_exe_pos LESS 0)
# The {} marker means "the full pathname of the test executable."