aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
commit0365ed16084240954ede2005a8954b6035490122 (patch)
tree6ec0490f28b581014483dfa4a7122879f6036e5c /cmake
parent2e8abc421151b81272f7ab988e494fd29eb431ff (diff)
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cmake.d/03-macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake.d/03-macros.cmake b/cmake/cmake.d/03-macros.cmake
index 88d6dd4..ff4388d 100644
--- a/cmake/cmake.d/03-macros.cmake
+++ b/cmake/cmake.d/03-macros.cmake
@@ -144,7 +144,7 @@ macro(add_input_files INPUT_FILES)
list_filter(LUA_LIST "lua$")
list_filter(JSON_LIST "json$")
- add_custom_target(${TARGET_NAME}
+ add_custom_target(${TARGET_NAME}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}
)