You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this was running on Apple Silicon, I had to go into CMakeCache.txt and update the following:
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/local/opt/openssl/lib/libcrypto.dylib][/usr/local/opt/openssl/include][c ][v3.1.4()]
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/local/opt/openssl/lib/libssl.dylib
//Path to a library.
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/local/opt/openssl/lib/libcrypto.dylib
//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=/usr/local/opt/openssl/include
//Path to a library.
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/local/opt/openssl/lib/libssl.dylib
to point to /opt/homebrew/opt/openssl/... for each.
Secondly, I was getting errors around '@ilinebr' when generating docs.
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
When building from file on OSX with
cpack -G DragNDrop --config ./CPackConfig.cmake --verbose
, there were some issues I faced. The first was this one:Since this was running on Apple Silicon, I had to go into
CMakeCache.txt
and update the following:to point to
/opt/homebrew/opt/openssl/...
for each.Secondly, I was getting errors around
'@ilinebr'
when generating docs.To fix this, I manually installed Doxygen 1.11.0 (used for the Windows install) from here - https://github.com/doxygen/doxygen/releases to my Applications folder
and then symlinked it to where Homebrew would expect it to be -
ln -s /Applications/Doxygen.app/Contents/Resources/doxygen /opt/homebrew/bin/doxygen
Expected Behavior
No response
Additional Context
No response
Host Operating System
macOS
Operating System Version
Sonoma 14.5
Architecture
amd64/x86_64
Sunshine commit or version
v2025.122.141614
Package
macOS - Homebrew
GPU Type
AMD
GPU Model
N/A
GPU Driver/Mesa Version
N/A
Capture Method
None
Config
Apps
Relevant log output
The text was updated successfully, but these errors were encountered: