Skip to content

Commit

Permalink
ran pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ItomBuild committed Jun 5, 2024
1 parent 1f779e5 commit fc9f608
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ option(ITOM_BUILD_SHIPMENT "If ITOM is build for shipment, turn this option ON."
if(NOT BUILD_TARGET64)
if(WIN32)
option(PLUGIN_aerotechA3200 "Build with this plugin." ${ITOM_BUILD_SHIPMENT})
if(PLUGIN_aerotechA3200)
if(PLUGIN_aerotechA3200 )
add_subdirectory(AerotechA3200)
endif(PLUGIN_aerotechA3200)
endif()
Expand Down Expand Up @@ -117,7 +117,7 @@ if(WIN32)
endif()

# CyUSB
option(PLUGIN_CyUSB "Build with this plugin." ${ITOM_BUILD_SHIPMENT})
option(PLUGIN_CyUSB "Build with this plugin." ON)
if(PLUGIN_CyUSB)
add_subdirectory(CyUSB)
endif(PLUGIN_CyUSB)
Expand Down Expand Up @@ -151,7 +151,7 @@ option(PLUGIN_DslrRemote "Build with this plugin." ON)
if(PLUGIN_DslrRemote)
add_subdirectory(DslrRemote)
endif(PLUGIN_DslrRemote)

C:/Users/fn103196/workspace/itomProject/build
# dslrRemote2
option(PLUGIN_DslrRemote2 "Build with this plugin." ON)
if(PLUGIN_DslrRemote2)
Expand Down
2 changes: 1 addition & 1 deletion DslrRemote/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ endif()

else(WIN32 OR LIBGPHOTO_FOUND)
message(SEND_ERROR "LIBGPHOTO_INCLUDE_DIR directory could not be found. ${target_name} will not be build.")
endif()
endif()
1 change: 0 additions & 1 deletion DslrRemote2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ set(COPY_DESTINATIONS "")
itom_add_pluginlibrary_to_copy_list(${target_name} COPY_SOURCES COPY_DESTINATIONS)
itom_add_plugin_qm_files_to_copy_list(${target_name} QM_FILES COPY_SOURCES COPY_DESTINATIONS)
itom_post_build_copy_files(${target_name} COPY_SOURCES COPY_DESTINATIONS)

2 changes: 1 addition & 1 deletion OceanOpticsSpec/docs/OceanOpticsSpec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Type**: :plugintype:`OceanOpticsSpec`
**License**: :pluginlicense:`OceanOpticsSpec`
**Platforms**: Windows, Linux ready but not tested
**Devices**: Ocean Optics Spectrometers remotely controlled via the Itom LibUSB Plugin.
**Devices**: Ocean Optics Spectrometers remotely controlled via the Itom LibUSB Plugin.
**Author**: :pluginauthor:`OceanOpticsSpec`
=============== ========================================================================================================

Expand Down
2 changes: 1 addition & 1 deletion QuantumComposer/docs/QuantumComposer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Type**: :plugintype:`QuantumComposer`
**License**: :pluginlicense:`QuantumComposer`
**Platforms**: Windows (Vista, 7, 8, 10, 11), Linux, Mac
**Devices**: Any generic USB devices controled remotely Itom LibUSB Plugin.
**Devices**: Any generic USB devices controled remotely Itom LibUSB Plugin.
**Author**: :pluginauthor:`QuantumComposer`
=============== ========================================================================================================

Expand Down

0 comments on commit fc9f608

Please sign in to comment.