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:
Carles Cufi 2018-07-12 17:34:29 +02:00 committed by Anas Nashif
commit 45d58a7bb1
2 changed files with 1 additions and 1 deletions

View file

@ -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(