-
Notifications
You must be signed in to change notification settings - Fork 187
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
Fix CMake warning, update macOS installation instructions #3830
Fix CMake warning, update macOS installation instructions #3830
Conversation
Fixes CMake warning "Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs.".
Running `sudo xcodebuild -license accept` after `sudo xcode-select --install` causes an error.
Do you really think it's a good idea to leave people on their own in installing Homebrew or MacPorts? Not everyone knows how to do that and their own install instructions can be intimidating to novice users. |
@mkuron I was not able to follow the MacPorts installation instructions in our user guide, the terminal threw an error. Even after you explained to me how the second command was only relevant to Xcode installed from the App Store, I still misunderstood what the command really did. The official MacPorts installation instructions explain why |
Description of changes: - fix `GNUInstallDirs`-related warning generated in CMake 3.18
Description of changes:
GNUInstallDirs
-related warning generated in CMake 3.18