Skip to content

Commit fc9f608

Browse files
committed
ran pre-commit hook
1 parent 1f779e5 commit fc9f608

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ option(ITOM_BUILD_SHIPMENT "If ITOM is build for shipment, turn this option ON."
4343
if(NOT BUILD_TARGET64)
4444
if(WIN32)
4545
option(PLUGIN_aerotechA3200 "Build with this plugin." ${ITOM_BUILD_SHIPMENT})
46-
if(PLUGIN_aerotechA3200)
46+
if(PLUGIN_aerotechA3200 )
4747
add_subdirectory(AerotechA3200)
4848
endif(PLUGIN_aerotechA3200)
4949
endif()
@@ -117,7 +117,7 @@ if(WIN32)
117117
endif()
118118

119119
# CyUSB
120-
option(PLUGIN_CyUSB "Build with this plugin." ${ITOM_BUILD_SHIPMENT})
120+
option(PLUGIN_CyUSB "Build with this plugin." ON)
121121
if(PLUGIN_CyUSB)
122122
add_subdirectory(CyUSB)
123123
endif(PLUGIN_CyUSB)
@@ -151,7 +151,7 @@ option(PLUGIN_DslrRemote "Build with this plugin." ON)
151151
if(PLUGIN_DslrRemote)
152152
add_subdirectory(DslrRemote)
153153
endif(PLUGIN_DslrRemote)
154-
154+
C:/Users/fn103196/workspace/itomProject/build
155155
# dslrRemote2
156156
option(PLUGIN_DslrRemote2 "Build with this plugin." ON)
157157
if(PLUGIN_DslrRemote2)

DslrRemote/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ endif()
130130

131131
else(WIN32 OR LIBGPHOTO_FOUND)
132132
message(SEND_ERROR "LIBGPHOTO_INCLUDE_DIR directory could not be found. ${target_name} will not be build.")
133-
endif()
133+
endif()

DslrRemote2/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ set(COPY_DESTINATIONS "")
9797
itom_add_pluginlibrary_to_copy_list(${target_name} COPY_SOURCES COPY_DESTINATIONS)
9898
itom_add_plugin_qm_files_to_copy_list(${target_name} QM_FILES COPY_SOURCES COPY_DESTINATIONS)
9999
itom_post_build_copy_files(${target_name} COPY_SOURCES COPY_DESTINATIONS)
100-

OceanOpticsSpec/docs/OceanOpticsSpec.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**Type**: :plugintype:`OceanOpticsSpec`
88
**License**: :pluginlicense:`OceanOpticsSpec`
99
**Platforms**: Windows, Linux ready but not tested
10-
**Devices**: Ocean Optics Spectrometers remotely controlled via the Itom LibUSB Plugin.
10+
**Devices**: Ocean Optics Spectrometers remotely controlled via the Itom LibUSB Plugin.
1111
**Author**: :pluginauthor:`OceanOpticsSpec`
1212
=============== ========================================================================================================
1313

QuantumComposer/docs/QuantumComposer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**Type**: :plugintype:`QuantumComposer`
88
**License**: :pluginlicense:`QuantumComposer`
99
**Platforms**: Windows (Vista, 7, 8, 10, 11), Linux, Mac
10-
**Devices**: Any generic USB devices controled remotely Itom LibUSB Plugin.
10+
**Devices**: Any generic USB devices controled remotely Itom LibUSB Plugin.
1111
**Author**: :pluginauthor:`QuantumComposer`
1212
=============== ========================================================================================================
1313

0 commit comments

Comments
 (0)