Unverified Commit c1cc08a3 authored by Christine Kim's avatar Christine Kim Committed by GitHub
Browse files

Update csm plugins path in IsisPreferences (#5397)

* Update csm plugins path in IsisPreferences

* Update changelog

* Add trailing slash
parent 37146ca0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ release.

## [Unreleased]

### Added
- Added new csm plugins path to IsisPreferences [#5397](https://github.com/DOI-USGS/ISIS3/pull/5397)

## [8.1.0] - 2023-12-05

### Changed
+2 −1
Original line number Diff line number Diff line
@@ -178,7 +178,8 @@ EndGroup
########################################################

Group = Plugins
  CSMDirectory = ("$ISISROOT/lib/isis/csm3.0.3/", -
  CSMDirectory = ("$CONDA_PREFIX/lib/csmplugins/", -
                  "$ISISROOT/lib/isis/csm3.0.3/", -
                  "$ISISROOT/csmlibs/3.0.3/", -
                  "$HOME/.Isis/csm3.0.3/")
EndGroup