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)