Skip to content

Commit 6a095a1

Browse files
authored
Renable imt
1 parent 3d8373f commit 6a095a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel-ROOT/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN mkdir root_build
4040
RUN cmake -Dgminimal=ON -Dpyroot=ON -Ddataframe=ON -Dgnuinstall=ON -Ddev=ON \
4141
-Dbuiltin_xrootd=ON -Dxrootd=ON -Dbuiltin_davix=ON -Ddavix=ON \
4242
-Dtmva=ON -Dmlp=ON -Dtmva-pymva=ON -Dtmva-cpu=ON -Dtmva-sofie=ON \
43-
-Dasimage=ON -Druntime_cxxmodules=ON -Droot7=ON \
43+
-Dasimage=ON -Druntime_cxxmodules=ON -Droot7=ON -Dimt=ON \
4444
-B root_build -S root_src
4545
RUN cmake --build root_build -- install -j$(nproc)
4646

0 commit comments

Comments
 (0)