Skip to content

Commit 826ec30

Browse files
committed
definition of OpenCV_DIR has changed (folder, where a CMake configuration file is contained) -> therefore also change the pathes in itomd.bat and itom.bat
1 parent 2453927 commit 826ec30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itom.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
2-
PATH=@QT_BINARY_DIR@;@OpenCV_DIR@/@OpenCV_ARCH@/@OpenCV_RUNTIME@/bin;@PCL_DIR@/../bin;@Python_ROOT_DIR@;@Boost_LIBRARY_DIR_RELEASE@;@VTK_DIR@/../../../bin;%PATH%
2+
PATH=@QT_BINARY_DIR@;@OpenCV_DIR@/../bin;@PCL_DIR@/../bin;@Python_ROOT_DIR@;@Boost_LIBRARY_DIR_RELEASE@;@VTK_DIR@/../../../bin;%PATH%
33
start qitom.exe
44
exit

itomd.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
2-
PATH=@QT_BINARY_DIR@;@OpenCV_DIR@/@OpenCV_ARCH@/@OpenCV_RUNTIME@/bin;@PCL_DIR@/../bin;@Python_ROOT_DIR@;@Boost_LIBRARY_DIR_DEBUG@;@VTK_DIR@/../../../bin;%PATH%
2+
PATH=@QT_BINARY_DIR@;@OpenCV_DIR@/../bin;@PCL_DIR@/../bin;@Python_ROOT_DIR@;@Boost_LIBRARY_DIR_DEBUG@;@VTK_DIR@/../../../bin;%PATH%
33
start qitomd.exe
44
exit

0 commit comments

Comments
 (0)