Skip to content

Commit

Permalink
fix payloads path
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypuuter committed Jan 16, 2024
1 parent b452b7e commit dab70ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dab70ea

Please sign in to comment.