Remove redundant copy of skalowmini-coef.tm
Avoid an attempt to copy the non-existen skalowmini-coef.tm file from /demo/comparison-oskar/skalowmini-coef.tm
. This leads to a non-fatal error when running cmake, since this folder migrated to test_data
directory and is now found via
add_custom_target(comparison-oskar-station-response
COMMAND ${CMAKE_COMMAND} -E env
EXTRA_PATH="${CMAKE_CURRENT_BINARY_DIR}:${CMAKE_SOURCE_DIR}/scripts/coeff_scripts:${CMAKE_SOURCE_DIR}/scripts/misc"
DATA_DIR=${CMAKE_SOURCE_DIR}/test_data
"${CMAKE_CURRENT_SOURCE_DIR}/compare_stationresponse.sh"
DEPENDS make_station_response_image
)