Skip to content

Commit

Permalink
Merge pull request #774 from guillep/bump-macos
Browse files Browse the repository at this point in the history
Bump to MacOS 11 and above
  • Loading branch information
guillep authored Apr 30, 2024
2 parents d1bfe9e + dad877a commit 5aa6b45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ elseif(UNIX)
set(OS_TYPE "Mac OS")
set(VM_TARGET_OS "1000") # Used to recognise OS X

set(COMMON_FLAGS "-stdlib=libc++ -mmacosx-version-min=10.7 ${COMMON_FLAGS}")
set(COMMON_FLAGS "-mmacosx-version-min=11.0 ${COMMON_FLAGS}")

elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(VM_TARGET_OS "linux-gnu")
Expand Down Expand Up @@ -325,7 +325,6 @@ add_compile_options(
-Wno-unknown-pragmas
-Wno-pointer-sign
-Wno-constant-conversion
-Wno-tautological-pointer-compare
-Wno-deprecated-declarations
-Wno-pointer-to-int-cast
-Wno-compare-distinct-pointer-types
Expand Down

0 comments on commit 5aa6b45

Please sign in to comment.