Skip to content

Commit

Permalink
CMake: Fix MacOS deployment
Browse files Browse the repository at this point in the history
The macdeployqt step was missing the CPack component so it wasn't run on
the folder with the target executable.
  • Loading branch information
tstenner committed May 28, 2021
1 parent ec58588 commit a74e528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/LSLCMake.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function(installLSLApp target)
if(\${DEPLOYSTATUS})
message(WARNING \"\${DEPLOYOUTPUT}\")
endif()
")
" COMPONENT ${PROJECT_NAME})
endif()
endfunction()

Expand Down

0 comments on commit a74e528

Please sign in to comment.