From 9e6c17b265912610662a4a86daeb1e3ecd7fbb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Wed, 12 Jan 2022 15:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/shuttercali/project/LocationCali/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/othersoft/shuttercali/project/LocationCali/CMakeLists.txt b/othersoft/shuttercali/project/LocationCali/CMakeLists.txt index a616d76..966594f 100644 --- a/othersoft/shuttercali/project/LocationCali/CMakeLists.txt +++ b/othersoft/shuttercali/project/LocationCali/CMakeLists.txt @@ -37,7 +37,7 @@ add_executable( shutter_calibrate main.cpp qt5_use_modules(shutter_calibrate ${QT}) target_link_libraries(shutter_calibrate SeaBreeze) IF (WIN32) -target_link_libraries(shutter_calibrate SeaBreeze) +#target_link_libraries(shutter_calibrate SeaBreeze) target_link_libraries(shutter_calibrate seabreeze usb stdc++ m) ELSE () target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)