We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin2cpp-3.0.1-macos..14-arm64.tar.gz
1 parent 2ec6302 commit e88c24cCopy full SHA for e88c24c
CMakeLists.txt
@@ -70,7 +70,7 @@ elseif (APPLE)
70
# MAC_RELEASE_NAME used to resolve to something like `macOS Catalina`. Now On Github's Action,
71
# the output is `macOS Unknown`. If the code name of the OS is Unknown, it is better to remove it completely.
72
# Replace ` Unknown` by ``.
73
- string(REPLACE " Unknown" " " MAC_RELEASE_NAME "${MAC_RELEASE_NAME}")
+ string(REPLACE " Unknown" "" MAC_RELEASE_NAME "${MAC_RELEASE_NAME}")
74
75
# Extract release MAJOR version
76
get_major_version(${MAC_RELEASE_VER} MAC_RELEASE_VER_MAJOR)
0 commit comments