Skip to content

Commit

Permalink
Merge pull request #580 from mleotta/dev/fix-win32-path
Browse files Browse the repository at this point in the history
Fix PATH in setup_KWIVER.bat
  • Loading branch information
dstoup authored Jul 30, 2018
2 parents 3526352 + 606bfba commit b8872c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/setup_KWIVER.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set config=release

:Start

set PATH=%~dp0/bin/%config%;%~dp0/lib/%config%/modules;%~dp0/lib/%config%/sprokit;%~dp0/lib/sprokit/%config%;@EXTRA_WIN32_PATH@
set PATH=%PATH%;%~dp0/bin/%config%;%~dp0/lib/%config%/modules;%~dp0/lib/%config%/sprokit;%~dp0/lib/sprokit/%config%;@EXTRA_WIN32_PATH@

set KWIVER_PLUGIN_PATH=%~dp0/lib/%config%/modules;%~dp0/lib/%config%/sprokit;%~dp0/lib/sprokit/%config%

Expand Down
6 changes: 6 additions & 0 deletions doc/release-notes/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ Unit Tests
Fixes since v1.1.1
------------------

General

* Fixed an issue in the generated setup_KWIVER.bat script in which the
PATH environment variable was being replaced with KWIVER paths rather
than appending those paths.

Sprokit

* Top level pipeline descriptions that are sourced from a stream do
Expand Down

0 comments on commit b8872c3

Please sign in to comment.