Skip to content

Commit 9c349e5

Browse files
committed
format
1 parent 8b0ec9c commit 9c349e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pack/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ elseif(NOT USE_SYSTEM_QT)
8484
if(APPLE)
8585
get_filename_component(QT_FRAMEWORK ${QT_LIBRARY} DIRECTORY)
8686

87-
# FIXME: QT_LIBRARY points directly to the library bin instead of the symlink 2 directories above (since qt6)
87+
# FIXME: QT_LIBRARY points directly to the library bin instead of the
88+
# symlink 2 directories above (since qt6)
8889
string(REGEX REPLACE "/Versions/.*" "" QT_FRAMEWORK "${QT_FRAMEWORK}")
8990

9091
set(DEST_DIR ${CONTENTS_DIR}/Frameworks)

0 commit comments

Comments
 (0)