[Paraview-developers] VTK third party changes breaking paraview dashboards
Ben Boeckel
ben.boeckel at kitware.com
Tue Feb 6 10:21:25 EST 2018
On Tue, Feb 06, 2018 at 09:36:50 -0500, Ken Martin wrote:
> I ran into the tiff haru issue a few days ago as well. I think there are
> also some CMake issues on Win32 as I had to locally modify some cmakelists
> to get cmake to run ala a hack ... otherwise cmake complains about an
> incorrect number of arguments to set_target_properties probably because the
> SO_COMPATVERSION is empty.
>
> diff --git a/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
> b/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txtindex 15fd8ad..bc37dfa
> 100644
> --- a/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
> +++ b/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
> @@ -162,7 +162,7 @@ endif ()
> if(cxx)
> add_library(tiffxx ${tiffxx_SOURCES} ${tiffxx_HEADERS})
> target_link_libraries(tiffxx tiff)
> - set_target_properties(tiffxx PROPERTIES SOVERSION ${SO_COMPATVERSION})
> +# set_target_properties(tiffxx PROPERTIES SOVERSION ${SO_COMPATVERSION})
This whole block shouldn't be happening; the `cxx` variable should be
hard-set to 0.
--Ben
More information about the Paraview-developers
mailing list