Skip to content
Snippets Groups Projects
Commit 64e8d23c authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'gate-vtk-compat'


73913633 VTKCompatibility: ignore for "modern" VTK

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6413
parents 631e017f 73913633
Branches
Tags
No related merge requests found
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
# Not needed for "modern" VTK.
if (EXISTS "${VTK_SOURCE_DIR}/CMake/vtkModule.cmake")
return ()
endif ()
if(APPLE)
set(CMAKE_CXX_CREATE_SHARED_LIBRARY "${CMAKE_C_CREATE_SHARED_LIBRARY}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment