Skip to content

Commit

Permalink
Install url mod by default
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-davis committed Sep 9, 2024
1 parent 0f3aa13 commit 43236d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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})

0 comments on commit 43236d3

Please sign in to comment.