diff --git a/CMakeLists.txt b/CMakeLists.txt index 7391a10a..eabf3820 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,7 +354,7 @@ set(TARGET_NAMES "") # copy all correction files into the install location install(DIRECTORY data/ DESTINATION ${INSTALLDIR}/data) if (PAYLOADS) - install(DIRECTORY ${CMAKE_SOURCE_DIR}/analysis_configurations/${ANALYSIS}/payloads DESTINATION ${INSTALLDIR}/payloads) + install(DIRECTORY ${CMAKE_SOURCE_DIR}/analysis_configurations/${ANALYSIS}/payloads DESTINATION ${INSTALLDIR}) endif() # also copy inish script needed for job tarball