Skip to content

Commit

Permalink
feat: keep CMAKE_EXPORT_COMPILE_COMMANDS
Browse files Browse the repository at this point in the history
  • Loading branch information
wiryls authored Nov 14, 2023
1 parent ee0839f commit 68c3b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dipu/third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ if (WITH_DIOPI_LIBRARY STREQUAL "INTERNAL")
-DIMPL_OPT=${DIOPI_IMPL_OPT}
-DENABLE_COVERAGE=${USE_COVERAGE}
-DCMAKE_PREFIX_PATH=${DIOPI_CMAKE_PREFIX_PATH}
-DCMAKE_EXPORT_COMPILE_COMMANDS=${CMAKE_EXPORT_COMPILE_COMMANDS}
BUILD_BYPRODUCTS "${DIOPI_LIBRARY_PATH}/libdiopi_impl.so"
INSTALL_COMMAND cmake -E echo "Skipping install step for diopi_internal.")

Expand Down

0 comments on commit 68c3b7e

Please sign in to comment.