-
- Downloads
Set CMake Policies CMP0025 and CMP0042 as necessary
CMake 3.0 introduces these policies to improve default behavior on OS X. Set them explicitly in VTK to avoid policy warnings. VTK already works with the NEW behavior. Policy CMP0025 affects the project() command when the Apple Clang compiler is used so we need to set it in all the Examples. Policy CMP0042 affects shared libraries on OS X, enabling MACOSX_RPATH by default. Set it in directories where we create libraries. Also tell KWSys to enable MACOSX_RPATH explicitly instead of setting the policy. Change-Id: I543b60ee1b8f629adb150e01ee83d99dddb66f46
Showing
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- Examples/AMR/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/AMR/Cxx/CMakeLists.txt
- Examples/Annotation/Cxx/LabeledMesh/CMakeLists.txt 3 additions, 0 deletionsExamples/Annotation/Cxx/LabeledMesh/CMakeLists.txt
- Examples/Build/vtkLocal/CMakeLists.txt 6 additions, 0 deletionsExamples/Build/vtkLocal/CMakeLists.txt
- Examples/Build/vtkMy/CMakeLists.txt 3 additions, 0 deletionsExamples/Build/vtkMy/CMakeLists.txt
- Examples/CMakeLists.txt 3 additions, 0 deletionsExamples/CMakeLists.txt
- Examples/DataManipulation/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/DataManipulation/Cxx/CMakeLists.txt
- Examples/GUI/Cocoa/CMakeLists.txt 3 additions, 0 deletionsExamples/GUI/Cocoa/CMakeLists.txt
- Examples/GUI/Qt/Events/CMakeLists.txt 3 additions, 0 deletionsExamples/GUI/Qt/Events/CMakeLists.txt
- Examples/GUI/Qt/FourPaneViewer/CMakeLists.txt 3 additions, 0 deletionsExamples/GUI/Qt/FourPaneViewer/CMakeLists.txt
- Examples/GUI/Qt/GraphicsView/CMakeLists.txt 3 additions, 0 deletionsExamples/GUI/Qt/GraphicsView/CMakeLists.txt
- Examples/GUI/Qt/ImageViewer/CMakeLists.txt 3 additions, 0 deletionsExamples/GUI/Qt/ImageViewer/CMakeLists.txt
- Examples/GUI/Qt/SimpleView/CMakeLists.txt 3 additions, 0 deletionsExamples/GUI/Qt/SimpleView/CMakeLists.txt
- Examples/HyperTree/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/HyperTree/Cxx/CMakeLists.txt
- Examples/HyperTree/Cxx/Sphere/CMakeLists.txt 3 additions, 0 deletionsExamples/HyperTree/Cxx/Sphere/CMakeLists.txt
- Examples/IO/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/IO/Cxx/CMakeLists.txt
- Examples/ImageProcessing/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/ImageProcessing/Cxx/CMakeLists.txt
- Examples/LIC/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/LIC/Cxx/CMakeLists.txt
- Examples/Medical/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/Medical/Cxx/CMakeLists.txt
- Examples/Modelling/Cxx/CMakeLists.txt 3 additions, 0 deletionsExamples/Modelling/Cxx/CMakeLists.txt
Please register or sign in to comment