mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
This is a port of the new VTK 6.x series. It is an early effort which should be used with care. Python support is present but commented out, pending some more thorough test. WWW: http://vtk.org/
11 lines
679 B
CMake
11 lines
679 B
CMake
--- GUISupport/Qt/PluginInstall.cmake.in.orig 2013-06-12 21:47:10.000000000 +0200
|
|
+++ GUISupport/Qt/PluginInstall.cmake.in 2013-09-13 12:06:53.000000000 +0200
|
|
@@ -2,7 +2,7 @@
|
|
SET(VTK_LIB_DIR "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@")
|
|
SET(VTK_INSTALL_QT_DIR "@VTK_INSTALL_QT_DIR@")
|
|
SET(VTK_INSTALL_QT_PLUGIN_DIR "@VTK_INSTALL_QT_PLUGIN_DIR@")
|
|
-SET(VTK_INSTALL_QT_PLUGIN_FILE "@CMAKE_SHARED_LIBRARY_PREFIX@QVTKWidgetPlugin@CMAKE_SHARED_LIBRARY_SUFFIX@")
|
|
+SET(VTK_INSTALL_QT_PLUGIN_FILE "@CMAKE_SHARED_LIBRARY_PREFIX@QVTKWidgetPlugin-@VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@@CMAKE_SHARED_LIBRARY_SUFFIX@")
|
|
SET(VTK_CONFIGURATIONS "@CMAKE_CONFIGURATION_TYPES@")
|
|
|
|
IF(VTK_CONFIGURATIONS)
|