-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I had to slightly change the Cmake command from:
CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringe
To the following to install the package on my Mac:
CXX=clang++ cmake -DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_INSTALL_PREFIX=../install ../src/fringe
Before issuing a PR I wanted to make sure if others have experienced this?
@piyushrpt @yunjunz @yjzhenglamarmota
Metadata
Metadata
Assignees
Labels
No labels