Skip to content

Commit

Permalink
(cmake) Update qt macro usage
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Oct 27, 2023
1 parent 9d3e104 commit b1e2c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Canny/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (${VC_INSTALL_APPS})

qt_generate_deploy_app_script(
TARGET ${target}
FILENAME_VARIABLE canny_gui_deploy_script
OUTPUT_SCRIPT canny_gui_deploy_script
NO_UNSUPPORTED_PLATFORM_ERROR
)
install(SCRIPT ${canny_gui_deploy_script} COMPONENT Programs)
Expand Down
2 changes: 1 addition & 1 deletion apps/Projection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (${VC_INSTALL_APPS})

qt_generate_deploy_app_script(
TARGET ${target}
FILENAME_VARIABLE projection_gui_deploy_script
OUTPUT_SCRIPT projection_gui_deploy_script
NO_UNSUPPORTED_PLATFORM_ERROR
)
install(SCRIPT ${projection_gui_deploy_script} COMPONENT Programs)
Expand Down
2 changes: 1 addition & 1 deletion apps/VC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (${VC_INSTALL_APPS})

qt_generate_deploy_app_script(
TARGET ${target}
FILENAME_VARIABLE vc_gui_deploy_script
OUTPUT_SCRIPT vc_gui_deploy_script
NO_UNSUPPORTED_PLATFORM_ERROR
)
install(SCRIPT ${vc_gui_deploy_script} COMPONENT Programs)
Expand Down

0 comments on commit b1e2c91

Please sign in to comment.