Skip to content

Commit 0fb1e02

Browse files
committed
Remove code for cmake pre-3.0
1 parent 49ca168 commit 0fb1e02

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ else()
8686
# We are being built as a stand-alone package
8787
set(VTK_DICOM_LINK_TARGET vtkDICOM)
8888

89-
# When CMake 3.0.0 is required, remove this block (see CMP0042).
90-
if(NOT DEFINED CMAKE_MACOSX_RPATH)
91-
set(CMAKE_MACOSX_RPATH 0)
92-
endif()
93-
89+
# Standard option
9490
option(BUILD_SHARED_LIBS "Build shared libraries." OFF)
9591

9692
# Use ctest for dashboard submissions

0 commit comments

Comments
 (0)