diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-03-12 01:35:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 01:35:56 -0500 |
| commit | f38a00a01ef0c329f0c46ba05cdf6597ffb3fa02 (patch) | |
| tree | bc9e0d9d9b6eb3b79eee426ef66625191702ac01 | |
| parent | 7e86d78e540d15f8da5e7a75517cd4d967a7bc88 (diff) | |
| download | reloc-master.tar.gz | |
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 948e169..324c77a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,9 +11,9 @@ set(INPUT_FN set(OUTPUT_FN test_data.out) +file(REMOVE ${INPLACE_FN}) configure_file(${INPUT_FN} ${INPUT_FN} COPYONLY) configure_file(${INPUT_FN} ${INPLACE_FN} COPYONLY) -file(REMOVE ${INPLACE_FN}) file(REMOVE ${OUTPUT_FN}) include_directories("${CMAKE_SOURCE_DIR}") |
