Skip to content

Commit 104b3dc

Browse files
committed
Remove FATAL_ERROR for Linux in target_deploy_qt
1 parent 556faa7 commit 104b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DeployQt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function(target_deploy_qt TARGET_NAME)
55
elseif(APPLE)
66
set(DEPLOYQT_NAME "macdeployqt")
77
else()
8-
message(FATAL_ERROR "Unsupported platform")
8+
set(DEPLOYQT_NAME "")
99
endif()
1010

1111
if (DEPLOYQT_NAME)

0 commit comments

Comments
 (0)