Skip to content

Commit

Permalink
Remove FATAL_ERROR for Linux in target_deploy_qt
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Dec 14, 2022
1 parent 556faa7 commit 104b3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DeployQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function(target_deploy_qt TARGET_NAME)
elseif(APPLE)
set(DEPLOYQT_NAME "macdeployqt")
else()
message(FATAL_ERROR "Unsupported platform")
set(DEPLOYQT_NAME "")
endif()

if (DEPLOYQT_NAME)
Expand Down

0 comments on commit 104b3dc

Please sign in to comment.