Skip to content

Commit d6fd0db

Browse files
committed
Bump minimum macOS version to 13 when building doxywizard.
Needed for official Qt6 package
1 parent c518ca3 commit d6fd0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if(NOT DEFINED MACOS_VERSION_MIN) # to allow overruling with -DMACOS_VERSION_MIN
9292
set(MACOS_VERSION_MIN 10.15) # needs std::filesystem
9393
endif()
9494
if(build_wizard AND CMAKE_SYSTEM MATCHES "Darwin")
95-
set(MACOS_VERSION_MIN 11.0) # needs Qt
95+
set(MACOS_VERSION_MIN 13.0) # needs Qt6
9696
endif()
9797
endif()
9898

0 commit comments

Comments
 (0)