summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhit Adlakha <adlakhashobhit@gmail.com>2020-03-12 11:00:16 -0400
committerShobhit Adlakha <adlakhashobhit@gmail.com>2020-03-12 11:00:16 -0400
commit0ffa1cbea4261fbed2f39ec9875f138ed4b6b53a (patch)
tree04ae1e5c1001110662a443a07804387e862a3e20
parent44a84f905cfab6a55c4111aa2c50b66e53f1223d (diff)
downloadsdl_core-fix/copying_mobile_api_files.tar.gz
Remove trailing whitespacefix/copying_mobile_api_files
-rw-r--r--src/components/interfaces/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/interfaces/CMakeLists.txt b/src/components/interfaces/CMakeLists.txt
index 7b0ec63d3a..7f1a65277d 100644
--- a/src/components/interfaces/CMakeLists.txt
+++ b/src/components/interfaces/CMakeLists.txt
@@ -30,11 +30,11 @@
# Copy RPC spec submodule files to interfaces directory
if(EXISTS ${CMAKE_SOURCE_DIR}/tools/rpc_spec/)
- execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different
- ${CMAKE_SOURCE_DIR}/tools/rpc_spec/MOBILE_API.xml
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different
+ ${CMAKE_SOURCE_DIR}/tools/rpc_spec/MOBILE_API.xml
${CMAKE_CURRENT_SOURCE_DIR}/MOBILE_API.xml)
- execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different
- ${CMAKE_SOURCE_DIR}/tools/rpc_spec/MOBILE_API.xsd
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different
+ ${CMAKE_SOURCE_DIR}/tools/rpc_spec/MOBILE_API.xsd
${CMAKE_CURRENT_SOURCE_DIR}/MOBILE_API.xsd)
else ()
message( FATAL_ERROR "Missing the RPC Spec submodule" )