Skip to content

Commit ebb4087

Browse files
AlexanderWillnernyalldawson
authored andcommitted
Add draco to build dependencies
Otherwise this error occurs: ``` CMake Error at /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find Draco (missing: DRACO_LIBRARY DRACO_INCLUDE_DIR) Call Stack (most recent call first): /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) cmake/FindDraco.cmake:53 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:537 (find_package) ```
1 parent 9a1d453 commit ebb4087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ For example install Homebrew
922922
and these development/build tools
923923
924924
```bash
925-
brew install git cmake ninja pkg-config wget bash-completion curl gnu-sed coreutils ccache libtool astyle help2man autoconf automake pandoc
925+
brew install git cmake ninja pkg-config wget bash-completion curl gnu-sed coreutils ccache libtool astyle help2man autoconf automake pandoc draco
926926
```
927927
928928
if you have these tools installed from MacPorts or Conda, it is the same, but we will need to be able to

0 commit comments

Comments
 (0)