Cloned library of VTK-5.0.0 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3 lines
382 B

MESSAGE(FATAL_ERROR
"ERROR: VTK installation is disabled because VTK_USE_RPATH is ON. It is not safe to install binaries that have a runtime path pointing to the build tree. In order to install safely you need to delete the libraries from your build tree, set VTK_USE_RPATH to OFF, and rebuild. See comments in VTK/CMake/vtkSelectSharedLibraries.cmake for more information."
)