stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

feature: Adjust boost path in StoneDB CMakeList.txt

Open hustjieke opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

In scripts/stonedb_build.sh, the boost path:

-DWITH_BOOST=/usr/local/lib/boost/include

In StoneDB CMakeList.txt:

SET(BOOST_ROOT /usr/local/lib/boost)

Describe the solution you'd like

Keep the boost path consistent.

Describe alternatives you've considered

Additional context

hustjieke avatar Jun 17 '22 01:06 hustjieke

In PR: #325, we adjust the -DWITH_BOOST to root directory of boost, in which the boost installed.

Close this, reopen if you have another idea.

RingsC avatar Aug 04 '22 02:08 RingsC

In PR: #325, we adjust the -DWITH_BOOST to root directory of boost, in which the boost installed.

RingsC avatar Aug 04 '22 02:08 RingsC