Skip to content
Snippets Groups Projects
Commit ee8ee4c8 authored by Bas van der Tol's avatar Bas van der Tol
Browse files

Merge branch 'remove-redundant-copy-skalowmini' into 'master'

Remove redundant copy of skalowmini-coef.tm

See merge request !71
parents a097e23f 791892e5
No related branches found
No related tags found
1 merge request!71Remove redundant copy of skalowmini-coef.tm
Pipeline #4436 failed
......@@ -3,5 +3,6 @@
# Directories
.vscode/
build/
builds/
test_data/
__pycache__/
......@@ -19,10 +19,6 @@ file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/telescope.tm/position.txt"
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/telescope.tm/station000/layout.txt"
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/station000/telescope.tm")
execute_process( COMMAND ${CMAKE_COMMAND} -E copy_directory
"${CMAKE_CURRENT_SOURCE_DIR}/skalowmini-coef.tm" "${CMAKE_CURRENT_BINARY_DIR}/skalowmini-coef.tm")
#------------------------------------------------------------------------------
# comparison-oskar knits together the cpp code and the python scripts
add_custom_target(comparison-oskar-basefunctions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment