Skip to content
Snippets Groups Projects
Commit 2162e794 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Change name to FSL_GE_606, in anticipation of flags for future versions

parent 1c3645d0
No related branches found
No related tags found
1 merge request!29Mnt/post 606
# Boolean flag which defines this FSL installation
# as being from FSL 6.0.6 or newer (a conda-based
# FSL installation). This flag may be used by FSL
# Makefiles which need to preserve support for
# older versions of FSL.
FSL_POST_606 := true
# Platform specific settings and defaults, # Platform specific settings and defaults,
# which are used by vars.mk # which are used by vars.mk
include ${FSLCONFDIR}/buildSettings.mk include ${FSLCONFDIR}/buildSettings.mk
......
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
# initialised in the project Makefile. # initialised in the project Makefile.
######################################################### #########################################################
# Boolean flag which defines this FSL installation
# as being from FSL 6.0.6 or newer ("GE" = greater
# than or equal to). This flag may be used by FSL
# Makefiles which need to preserve support for
# older versions of FSL.
FSL_GE_606 := true
# All projects must specify a name # All projects must specify a name
PROJNAME = PROJNAME =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment