diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index 10f47d07604408c1c22875459950bf50e4b7b411..f920da54ee4c6e33084b5bf103301a2582e1ad29 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -513,7 +513,8 @@ if(ROOT_pyroot_FOUND)
  if(NOT XROOTD_FOUND)
    list(APPEND pyveto
        dataframe/df102_NanoAODDimuonAnalysis.py
-       dataframe/df103_NanoAODHiggsAnalysis.py)
+       dataframe/df103_NanoAODHiggsAnalysis.py
+       dataframe/df104_HiggsToTwoPhotons.py)
  endif()
 
   list(REMOVE_ITEM pytutorials ${pyveto})