Skip to content

Commit a74e528

Browse files
committed
CMake: Fix MacOS deployment
The macdeployqt step was missing the CPack component so it wasn't run on the folder with the target executable.
1 parent ec58588 commit a74e528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/LSLCMake.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function(installLSLApp target)
247247
if(\${DEPLOYSTATUS})
248248
message(WARNING \"\${DEPLOYOUTPUT}\")
249249
endif()
250-
")
250+
" COMPONENT ${PROJECT_NAME})
251251
endif()
252252
endfunction()
253253

0 commit comments

Comments
 (0)