Skip to content

Commit

Permalink
build/tests: fix path in execute_process
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Oct 16, 2023
1 parent 99e8b4a commit 904a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(${PROJECT_ROOT}/modules/core/cmake/ccache.cmake)

execute_process(
COMMAND
"${CMAKE_CURRENT_LIST_DIR}/scripts/gen/gen_target.sh"
"${PROJECT_ROOT}/scripts/gen/gen_target.sh"
"--project=${PROJECT_NAME}"
"--target-config=${PROJECT_ROOT}/config/target/${TARGET}.yml"
"--gen-dir-target=${PROJECT_ROOT}/src/generated/target/${TARGET}"
Expand Down

0 comments on commit 904a7e9

Please sign in to comment.