cmake: Rename process.cmake to reflect contents
Rename process.cmake to reflect its contents: executing the CMake command "execute_process". Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
5e5fe0d74f
commit
45d58a7bb1
2 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ add_custom_target(
|
|||
-DOUTPUT_FILE=${DOXY_LOG}
|
||||
-DERROR_FILE=${DOXY_LOG}
|
||||
-DWORKING_DIRECTORY=${CMAKE_CURRENT_SOURCE_DIR}
|
||||
-P ${ZEPHYR_BASE}/cmake/util/process.cmake
|
||||
-P ${ZEPHYR_BASE}/cmake/util/execute_process.cmake
|
||||
)
|
||||
|
||||
add_custom_target(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue