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
I had to slightly change the Cmake command from:
CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringeTo the following to install the package on my Mac:
CXX=clang++ cmake -DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_INSTALL_PREFIX=../install ../src/fringeBefore issuing a PR I wanted to make sure if others have experienced this?
@piyushrpt @yunjunz @yjzhenglamarmota