Skip to content

Commit

Permalink
Merge pull request #2145 from aliounis/fix-#2144-propagate-cmake_expo…
Browse files Browse the repository at this point in the history
…rt_compile_commands

Fix #2144, Propagate CMAKE_EXPORT_COMPILE_COMMANDS variable
  • Loading branch information
dzbaker committed Oct 3, 2022
2 parents 9f42688 + 7ccca90 commit 8d6f89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/mission_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ function(process_arch TARGETSYSTEM)
-DMISSION_BINARY_DIR=${MISSION_BINARY_DIR}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=${CMAKE_EXPORT_COMPILE_COMMANDS}
${SELECTED_TOOLCHAIN_FILE}
${CFE_SOURCE_DIR}
WORKING_DIRECTORY
Expand Down

0 comments on commit 8d6f89c

Please sign in to comment.