Skip to content

Commit

Permalink
Merge pull request #27 from n-kawauchi/tkcalibgui-deb
Browse files Browse the repository at this point in the history
TkCalibGUIのdebパッケージでのインストール先を変更
  • Loading branch information
n-ando committed Jul 16, 2020
2 parents da19f62 + 3749885 commit e5c9c90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion opencv/components/TkCalibGUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ set(RTC_VERSION "${TkCalibGUI_VERSION}")
set(RTC_VERSION_MAJOR "${TkCalibGUI_VERSION_MAJOR}")
set(RTC_VERSION_MINOR "${TkCalibGUI_VERSION_MINOR}")
set(RTC_VERSION_PATCH "${TkCalibGUI_VERSION_PATCH}")
set(RTC_LANG "python")
if(WIN32)
set(RTC_LANG "python")
else()
set(RTC_LANG "python3")
endif()
set(RTC_DESCRIPTION "Image Calibration GUI")
set(RTC_VENDOR "AIST")
set(RTC_MAINTAINER "Noriaki Ando <n-ando@aist.go.jp>")
Expand Down

0 comments on commit e5c9c90

Please sign in to comment.