File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright 2013-2017 Real Logic Ltd.
2+ # Copyright 2013-2018 Real Logic Ltd.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -107,7 +107,7 @@ file(GLOB_RECURSE SBE_SOURCES
107107)
108108
109109add_custom_command (OUTPUT ${SBE_JAR}
110- COMMAND ./gradlew build -x check -x javadoc --info --stacktrace :sbe-all :build
110+ COMMAND ./gradlew build -x check -x javadoc :sbe-all :build
111111 DEPENDS ${SBE_SOURCES}
112112 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
113113 COMMENT "Generating SBE jar"
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ add_custom_command(OUTPUT ${CODECS}
4949)
5050
5151add_custom_target (
52- ir_codecs
53- DEPENDS ${CODECS}
52+ ir_codecs
53+ DEPENDS ${CODECS}
5454)
5555
5656set (HEADERS
57- sbe/sbe.h
57+ sbe/sbe.h
5858 otf/IrDecoder.h
5959 otf/Token.h
6060 otf/Encoding .h
You can’t perform that action at this time.
0 commit comments