aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-06-19 12:07:28 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2018-06-19 12:07:28 +0200
commitac140210c93deb8918f7ab964c2ba8791aea711e (patch)
tree9b2e3f6bf557316987e0187c5d5c528a50a5dcf7 /cmake
parente153e729cda853c432fb8f5edcf73f16d271067e (diff)
Simplify cmake checks related to libosmocore
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/GrccCompile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrccCompile.cmake b/cmake/Modules/GrccCompile.cmake
index bcb1b38..4a917c5 100644
--- a/cmake/Modules/GrccCompile.cmake
+++ b/cmake/Modules/GrccCompile.cmake
@@ -48,7 +48,7 @@ macro(GRCC_COMPILE file_name)
COMMAND "${CMAKE_COMMAND}" -E rename ${CMAKE_CURRENT_BINARY_DIR}/${file_name}.py ${CMAKE_CURRENT_BINARY_DIR}/${file_name}
DEPENDS ${file_name}.grc
)
- endif()
+ endif()
endmacro(GRCC_COMPILE)
########################################################################