forked from pool/paraview
14 lines
600 B
Diff
14 lines
600 B
Diff
|
Index: ParaView-3.98.0-src/Plugins/SciberQuestToolKit/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- ParaView-3.98.0-src.orig/Plugins/SciberQuestToolKit/CMakeLists.txt
|
||
|
+++ ParaView-3.98.0-src/Plugins/SciberQuestToolKit/CMakeLists.txt
|
||
|
@@ -82,7 +82,7 @@ set (SQTK_VERSION "SQTK-${SQTK_RELEASE}
|
||
|
|
||
|
# put the plugin inside the pv install
|
||
|
set(SQTK_LIB_INSTALL_PATH
|
||
|
- "${CMAKE_INSTALL_PREFIX}/lib/paraview-${PARAVIEW_VERSION_MAJOR}.${PARAVIEW_VERSION_MINOR}"
|
||
|
+ "${PV_INSTALL_LIB_DIR}"
|
||
|
)
|
||
|
#message(STATUS "SQTK will be installed at ${SQTK_LIB_INSTALL_PATH}")
|
||
|
|