Skip to content

Commit

Permalink
Removed -no-pie from ITKImageProcessing as it is not an executable (#…
Browse files Browse the repository at this point in the history
…1059)

Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ authored Aug 29, 2024
1 parent 4c82103 commit 65ccd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugins/ITKImageProcessing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
INSTALL_RPATH \$ORIGIN/../lib
)
target_link_options(${PLUGIN_NAME} PUBLIC "-Wl,--disable-new-dtags")
target_compile_options(${PLUGIN_NAME} PUBLIC "-no-pie")
endif()

# -----------------------------------------------------------------------
Expand Down

0 comments on commit 65ccd63

Please sign in to comment.