diff --git a/Tools/PyUtils/python/scripts/cmake_newpkg.py b/Tools/PyUtils/python/scripts/cmake_newpkg.py index 098f53367c9ea46926f05c9f62cefe25888a0bc7..47b75000b9d9fa4b00f1f4847cc4462f7f3b9abc 100644 --- a/Tools/PyUtils/python/scripts/cmake_newpkg.py +++ b/Tools/PyUtils/python/scripts/cmake_newpkg.py @@ -108,6 +108,7 @@ def main(args): # if you add components (tools, algorithms) to this package # uncomment the next lines # atlas_add_component( %(pkg_name)s src/components/*.cxx + # NOCLIDDB # LINK_LIBRARIES %(pkg_name)sLib # )