Skip to content

Commit 1201c88

Browse files
committed
Remove the setting of CMAKE_RUNTIME_OUTPUT_DIRECTORY
Use the current binary dir instead. Use `configure_file` to guarantee the project is reconfigured when these files change. Not in this commit, fixing the working directory and references of the tests Signed-off-by: Cristian Le <git@lecris.dev>
1 parent dedaed0 commit 1201c88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TESTING/traditional/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
add_subdirectory(LIN)
22
add_subdirectory(EIG)
33

4-
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${SCALAPACK_BINARY_DIR}/TESTING)
5-
64
file(COPY BLLT.dat DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
75
file(COPY BLU.dat DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
86
file(COPY BRD.dat DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})

0 commit comments

Comments
 (0)