Skip to content

Commit acdb6a2

Browse files
committed
COMP: Remove unused itkTargetLinkLibrariesWithDynamicLookup.cmake
Deleted the unused `itkTargetLinkLibrariesWithDynamicLookup.cmake` module to simplify codebase and improve maintainability. This module is no longer relevant or referenced in the current build system. It was previously needed for building python on Mac, but the functionality is now included in python3_add_library() from find_package(Python3 ...)
1 parent 3c315a2 commit acdb6a2

File tree

2 files changed

+0
-121
lines changed

2 files changed

+0
-121
lines changed

CMake/itkTargetLinkLibrariesWithDynamicLookup.cmake

Lines changed: 0 additions & 119 deletions
This file was deleted.

Wrapping/Generators/Python/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ include_directories("${Python3_INCLUDE_DIRS}")
2121

2222
include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
2323

24-
include(itkTargetLinkLibrariesWithDynamicLookup)
25-
2624
###############################################################################
2725
# store the current dir, so it can be reused later
2826
set(

0 commit comments

Comments
 (0)