Skip to content

Commit

Permalink
Restore acscteforwardmodel.e hardlink to acscte.e
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Aug 5, 2024
1 parent 3a50f82 commit dbdf984
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions pkg/acs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,14 @@ install(TARGETS ${PROJECT_NAME}
DESTINATION bin
)


#project(acscteforwardmodel)
#add_executable(${PROJECT_NAME}
# src/mainacscteforwardmodel.c
#)
#target_include_directories(${PROJECT_NAME}
# PUBLIC ${HSTCAL_include}
# PUBLIC ${PROJECT_NAME}/../include
#)
#target_link_libraries(${PROJECT_NAME}
# PUBLIC acs
# PUBLIC ctegen2
# PUBLIC hstcalib
#)
#install(TARGETS ${PROJECT_NAME}
# DESTINATION bin
#)
# Handle acscteforwardmodel.e link creation
add_custom_target(${PROJECT_NAME}forwardmodel ALL
COMMAND ${CMAKE_COMMAND} -E create_hardlink ${PROJECT_NAME}.e ${PROJECT_NAME}forwardmodel.e
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}forwardmodel.e
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION bin
)


project(acsrej)
Expand Down

0 comments on commit dbdf984

Please sign in to comment.