We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca168 commit 0fb1e02Copy full SHA for 0fb1e02
CMakeLists.txt
@@ -86,11 +86,7 @@ else()
86
# We are being built as a stand-alone package
87
set(VTK_DICOM_LINK_TARGET vtkDICOM)
88
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
-
+ # Standard option
94
option(BUILD_SHARED_LIBS "Build shared libraries." OFF)
95
96
# Use ctest for dashboard submissions
0 commit comments