Skip to content

Commit

Permalink
fix: revert remove build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Mar 23, 2021
1 parent 35d3649 commit 5720578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/install_fesql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ echo "CMake Type "${CMAKE_TYPE}
export FEDB_THIRDPARTY=/depends/thirdparty
WORK_DIR=`pwd`
cd ${WORK_DIR}/fesql
test -d build && rm -rf build
ln -sf ${FEDB_THIRDPARTY} thirdparty && mkdir -p build
if [[ "${ENABLE_JAVA}" != "ON" ]]; then
cd build && cmake -DCMAKE_BUILD_TYPE=${CMAKE_TYPE} -DCMAKE_INSTALL_PREFIX="${FEDB_THIRDPARTY}" -DTESTING_ENABLE=OFF -DCOVERAGE_ENABLE=OFF -DBENCHMARK_ENABLE=OFF -DEXAMPLES_ENABLE=OFF -DPYSDK_ENABLE=OFF -DJAVASDK_ENABLE=OFF -DEXPRIRMENT_ENABLE=OFF .. && make -j$(nproc) install
Expand Down

0 comments on commit 5720578

Please sign in to comment.