The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
I've been able to get MIRTK installed successfully on MacOS and now am trying to move my work to Linux/Docker. However, I'm trying to use VTK 9.0.3 on Linux, and am having trouble getting this to successfully build. I tried just modifying the Ubuntu Dockerfile to use VTK=9.0.3 and I'm getting the following error:
CMake Error at /usr/src/VTK-9.0.3/Build/CMakeFiles/CMakeTmp/CMakeLists.txt:14 (add_executable):
#5 94.05 CXX_STANDARD is set to invalid value 'c++14'
What's the best way to install MIRTK on Linux using an updated version of VTK?
Hi MIRTK team,
I've been able to get MIRTK installed successfully on MacOS and now am trying to move my work to Linux/Docker. However, I'm trying to use VTK 9.0.3 on Linux, and am having trouble getting this to successfully build. I tried just modifying the Ubuntu Dockerfile to use VTK=9.0.3 and I'm getting the following error:
What's the best way to install MIRTK on Linux using an updated version of VTK?
Thanks! cc @sakoht