Skip to content

Commit

Permalink
COMP: Fix new file name for README in itk-module.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit authored and SimonRit committed Sep 19, 2023
1 parent bd8871e commit c79cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itk-module.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# the top-level README is used for describing this module, just
# re-used it for documentation here
get_filename_component(MY_CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
file(READ "${MY_CURRENT_DIR}/README.rst" DOCUMENTATION)
file(READ "${MY_CURRENT_DIR}/README.md" DOCUMENTATION)

# itk_module() defines the module dependencies in CudaCommon
# CudaCommon depends on ITKCommon
Expand Down

0 comments on commit c79cfc5

Please sign in to comment.