comparison Resources/CMake/LibVtkConfiguration.cmake @ 13:ed7047aa4d3b

trying to fix HDF5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Sep 2023 21:00:24 +0200
parents 0f03a8a0bd6f
children 33c02468dc7d
comparison
equal deleted inserted replaced
12:1367a622272a 13:ed7047aa4d3b
88 -DKWSYS_LFS_WORKS=ON 88 -DKWSYS_LFS_WORKS=ON
89 -DKWSYS_LFS_WORKS__TRYRUN_OUTPUT="" 89 -DKWSYS_LFS_WORKS__TRYRUN_OUTPUT=""
90 -DFILE_OFFSET_BITS=64 90 -DFILE_OFFSET_BITS=64
91 91
92 # This simply disables HDF5, which is not used in Orthanc 92 # This simply disables HDF5, which is not used in Orthanc
93 -DVTK_USE_SYSTEM_HDF5=ON 93 -DVTK_USE_SYSTEM_HDF5=OFF
94 ) 94 )
95 else() 95 else()
96 add_custom_target(VTKCompileTools) # Empty target 96 add_custom_target(VTKCompileTools) # Empty target
97 endif() 97 endif()
98 98