Skip to content

Commit

Permalink
Merge pull request #792 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 May 6, 2024
2 parents a7afdbd + 8fdbe52 commit 6fd9665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ set(APPNAME "Pharo" CACHE STRING "VM Application name"
set(FLAVOUR "CoInterpreter" CACHE STRING "The kind of VM to generate. Possible values: StackVM, CoInterpreter")
set(PHARO_LIBRARY_PATH "@executable_path/Plugins" CACHE STRING "The RPATH to use in the build")
set(ICEBERG_DEFAULT_REMOTE "scpUrl" CACHE STRING "If Iceberg uses HTTPS (httpsUrl) or tries first with SSH (scpUrl)")
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")

if(VERBOSE_BUILD)
set(CMAKE_VERBOSE_MAKEFILE TRUE)
Expand Down Expand Up @@ -259,7 +260,6 @@ elseif(UNIX)
set(OSX 1)
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}")
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(VM_TARGET_OS "linux-gnu")
elseif(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
Expand Down

0 comments on commit 6fd9665

Please sign in to comment.