Skip to content
Snippets Groups Projects
Commit 31035944 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

COB-49: fixed typo

parent 1bca4281
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -21,7 +21,7 @@ EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink
# add "normal" files to installation and add symlink
SET(files README validation_utils.sh)
FOREACH(file ${files})
INSTALL(FILES ${FILE} DESTINATION ${DEST})
INSTALL(FILES ${file} DESTINATION ${DEST})
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR}/${file}
......
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