Signed-off-by: Peter Foley <[email protected]>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3457f36..a13bb24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,7 +246,7 @@ install (TARGETS
 include (${DYNINST_PLATFORM}/cmake-mutators.txt)
 
 FOREACH (m ${MUTATOR_NAME_LIST})
-       file(APPEND test_names.txt "${m}\n")
+    file(APPEND ${CMAKE_BINARY_DIR}/test_names.txt "${m}\n")
 ENDFOREACH()
 
 if (UNIX)
-- 
2.8.2

_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to