Update documentation about Homebrew installation and CMake integration - Homebrew #2326
Closed
1 of 3 tasks
Labels
confirmed
documentation
kind: bug
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
The actual documentation is wrong. The provided command line to install
nlohmann_json
=>brew install nlohmann_json
isn't the correct one.What is the issue you have?
The issue #1576 describe and resolved the problem. But the documentation on the github page isn't updated for
Homebrew
.As said, to install the library with
Homebrew
, I should do:The second command isn't working properly. To resolve it, refer to the issue #1576.
So, the documentation should be with
brew install nlohmann_json
but withbrew install nlohmann-json
(note the dash instead of the underscore).Please describe the steps to reproduce the issue.
Homebrew
/usr/local/Cellar/nlohmann_json
What is the expected behavior?
Lib folder should be available with the CMake configuration for integration with
find_package()
.And what is the actual behavior instead?
Lib folder isn't present.
Which compiler and operating system are you using?
OS: MacOS Catalina Version: 10.15.5 Laptop: MB pro 16" (sept 2019)
2.4.9
Which version of the library did you use?
develop
branchThe text was updated successfully, but these errors were encountered: