Skip to content

Commit

Permalink
Up OSX version for Qt6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Jan 29, 2024
1 parent 6589205 commit 6d348f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/qslog/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
endif()

# Use 10.7 OSX SDK
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7")
# Use 11.0 OSX SDK for Qt6 compatibility
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")

option(QS_LOG_LINE_NUMBERS "Automatically writes the file and line for each log message" ON)
if(QS_LOG_LINE_NUMBERS)
Expand Down

0 comments on commit 6d348f9

Please sign in to comment.