Skip to content

Commit

Permalink
Use $EVEREST_DEPENDENCY_MANAGER variable to trigger edm release
Browse files Browse the repository at this point in the history
This ensures that the same edm is invoked as in the rest of the code
Fixes an issues where it would not be found in certain venv configurations

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Dec 2, 2024
1 parent 9cb76b9 commit e0ed3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency_manager/src/edm_tool/templates/cpm.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif()
{% endfor %}

execute_process(
COMMAND edm release --everest-core-dir ${PROJECT_SOURCE_DIR} --build-dir ${CMAKE_BINARY_DIR} --out ${CMAKE_BINARY_DIR}/release.json
COMMAND "${EVEREST_DEPENDENCY_MANAGER}" release --everest-core-dir ${PROJECT_SOURCE_DIR} --build-dir ${CMAKE_BINARY_DIR} --out ${CMAKE_BINARY_DIR}/release.json
)

install(
Expand Down

0 comments on commit e0ed3b6

Please sign in to comment.