Skip to content

Commit 5f1ce35

Browse files
authored
[flang] Do not write to the source directory (NFC) (#307)
The file is currently written to the source directory, it should be to the build directory.
1 parent a9a15f0 commit 5f1ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fortran/UnitTests/finalization/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif()
1515

1616
configure_file(
1717
specification_expression_finalization.reference_output.in
18-
${CMAKE_CURRENT_SOURCE_DIR}/specification_expression_finalization.reference_output
18+
specification_expression_finalization.reference_output
1919
@ONLY)
2020

2121
set(Source)

0 commit comments

Comments
 (0)