[CMake] Fix thread trace sample ENVIRONMENT test property (#544)

Fix thread trace samples set tests properties
This commit is contained in:
Madsen, Jonathan
2025-07-24 15:23:37 -05:00
committed by GitHub
parent 3a36fd13fe
commit 735b5c3d4a
+1 -1
View File
@@ -75,5 +75,5 @@ rocprofiler_samples_get_preload_env(PRELOAD_ENV)
list(APPEND PRELOAD_ENV "ROCPROFILER_TRACE_DECODER_LIB_PATH=${attdecoder_LIB_DIR}")
set_tests_properties(
thread-trace-sample PROPERTIES TIMEOUT 60 ENVIRONMENT ${PRELOAD_ENV} LABELS
thread-trace-sample PROPERTIES TIMEOUT 60 ENVIRONMENT "${PRELOAD_ENV}" LABELS
"samples;thread-trace" DISABLED ${IS_DISABLED})