diff --git a/CHANGES.md b/CHANGES.md index 23c328fe..57a3e38e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ # ChangeLog +# v3.x.x +- VM: + - set BUILD_CIL=ON + ## v3.2.0 - Moved the VM to this repo - CMake: removed USE_SYSTEM_siemens_to_ismrmrd diff --git a/VirtualBox/scripts/UPDATE.sh b/VirtualBox/scripts/UPDATE.sh index 24e7c6a2..6d08b798 100755 --- a/VirtualBox/scripts/UPDATE.sh +++ b/VirtualBox/scripts/UPDATE.sh @@ -200,7 +200,7 @@ SuperBuild(){ -DUSE_ITK=ON \ -DDEVEL_BUILD=OFF\ -DNIFTYREG_USE_CUDA=OFF\ - -DBUILD_CIL_LITE=ON\ + -DBUILD_CIL=ON\ -DCYTHON_EXECUTABLE="$CYTHON_EXECUTABLE"\ -DPYTHON_EXECUTABLE="$PYTHON_EXECUTABLE"\ -DBUILD_pet_rd_tools=ON