Skip to content

Commit a5efefd

Browse files
committed
Fix mac build
1 parent 0372aae commit a5efefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ObsPluginHelpers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ if(OS_MACOS)
412412
if(TARGET Qt::Core)
413413
# Framework version has changed between Qt5 (uses wrong numerical version) and Qt6 (uses
414414
# correct alphabetical version)
415-
if(${_QT_VERSION} EQUAL 5)
415+
if(_QT_VERSION EQUAL 5)
416416
set(_QT_FW_VERSION "${QT_VERSION}")
417417
else()
418418
set(_QT_FW_VERSION "A")

0 commit comments

Comments
 (0)