File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -641,9 +641,9 @@ the standard place. So, the `cmake` command becomes:
641641``` bash
642642$ export CMAKE_CXX_FLAGS=" -Wno-mismatched-new-delete" ; \
643643 cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_BASEDIR} /opentrep-$TREP_VER \
644- -DREADLINE_ROOT =${BREW_PFX} /opt/portable- readline \
645- -DREADLINE_INCLUDE_DIR =${BREW_PFX} /opt/portable- readline/include \
646- -DREADLINE_LIBRARY =${BREW_PFX} /opt/libedit /lib/libedit .dylib \
644+ -DReadline_ROOT_DIR =${BREW_PFX} /opt/readline \
645+ -DReadline_INCLUDE_DIR =${BREW_PFX} /opt/readline/include \
646+ -DReadline_LIBRARY =${BREW_PFX} /opt/readline /lib/libreadline .dylib
647647 -DICU_ROOT=${BREW_PFX} /opt/icu4c \
648648 -DCMAKE_BUILD_TYPE:STRING=Debug -DINSTALL_DOC:BOOL=ON \
649649 -DRUN_GCOV:BOOL=OFF ..
You can’t perform that action at this time.
0 commit comments