Unverified Commit 537d1236 authored by Jacob Cain's avatar Jacob Cain Committed by GitHub
Browse files

Cmake mac 13 (#5261)

* added quotes to Utilities.cmake

* Added config for mac 13.4

* updated config to target macos13.5
parent 43013ba3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ function(get_os_version text)
    # Format the string
    string(REGEX MATCH "[0-9]+.[0-9]+.[0-9]+" version "${result}")
    string(REGEX MATCH "^[0-9]+.[0-9]+" version "${version}")
    string(REPLACE "." "_" version ${version})
    string(REPLACE "." "_" version "${version}")

    set(name   "MacOSX")
    set(prefix "Darwin_x86_64_")
+601 −0

File added.

Preview size limit exceeded, changes collapsed.