Skip to content
Snippets Groups Projects
Commit 43b49d83 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Using patch version in modulefile name

parent 7b058a44
Branches
No related tags found
No related merge requests found
################################################################################ ################################################################################
## Configure modulefile for our environment ## Configure modulefile for our environment
################################################################################ ################################################################################
set(MODULEFILE "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}") set(MODULEFILE "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
configure_file(modulefile.in ${MODULEFILE} @ONLY) configure_file(modulefile.in ${MODULEFILE} @ONLY)
################################################################################ ################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment