The VTK_MAJOR_VERSION macro is not available by default in newer versions. This is a hack to expose it without changing all imports. diff --git a/addons/vtk/CMakeLists.txt b/addons/vtk/CMakeLists.txt --- a/addons/vtk/CMakeLists.txt +++ b/addons/vtk/CMakeLists.txt @@ -36,6 +36,8 @@ IF(WITH_VTKIO) ELSE() SET(SELECTED_VTK_LIBS ${VTK_MODULES_REQUESTED}) ENDIF() + + add_compile_definitions(VTK_MAJOR_VERSION=${VTK_VERSION_MAJOR}) SET(VTK_LINK_LIBS_MESH ${SELECTED_VTK_LIBS} miamesh) SET(VTK_LINK_LIBS_3D ${SELECTED_VTK_LIBS} mia3d)
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/mcron.scm
AgeCommit message (Expand)Author
2023-03-21services: mcron: Add log-file and date-format fields....Bruno Victal
2023-03-21services: mcron: Use match-record....Bruno Victal
2023-03-21services: mcron: Restyle mcron-configuration....Bruno Victal
2022-11-17Revert "services: configuration: Revert to a working ‘guix home’."...Maxim Cournoyer
2022-11-13services: configuration: Revert to a working ‘guix home’....Tobias Geerinckx-Rice
2022-11-15services: mcron: Add log? and log-format fields to mcron-configuration....Maxim Cournoyer