Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: cmake package structure has changed on macos #696

Closed
Tracked by #699
coolaj86 opened this issue Oct 23, 2023 · 1 comment
Closed
Tracked by #699

bug: cmake package structure has changed on macos #696

coolaj86 opened this issue Oct 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@coolaj86
Copy link
Member

coolaj86 commented Oct 23, 2023

We'll need to check for CMake.app and pull out Contents/ as ~/.local/opt/cmake-xxx

x cmake-3.28.0-rc2-macos-universal/CMake.app/Contents/bin/ccmake
x cmake-3.28.0-rc2-macos-universal/CMake.app/Contents/bin/cmake
x cmake-3.28.0-rc2-macos-universal/CMake.app/Contents/bin/cmake-gui
x cmake-3.28.0-rc2-macos-universal/CMake.app/Contents/bin/cpack
x cmake-3.28.0-rc2-macos-universal/CMake.app/Contents/bin/ctest

Also, -rcN needs to be marked as beta.

@coolaj86 coolaj86 added the bug Something isn't working label Oct 24, 2023
@coolaj86
Copy link
Member Author

fixed in #707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant