diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 3f9b662..114b5cc 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,4 +1,4 @@ set(DSPACES_INSTALL_MODULE_PATH "${CMAKE_INSTALL_PREFIX}/share/modules") -set(script-mods s3nc_mod.py azure_mod.py ds_reg.py) +set(script-mods s3nc_mod.py azure_mod.py url_mod.py ds_reg.py) install(FILES ${script-mods} DESTINATION ${DSPACES_INSTALL_MODULE_PATH})