File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2013-2017 Real Logic Ltd.
2
+ # Copyright 2013-2018 Real Logic Ltd.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
@@ -107,7 +107,7 @@ file(GLOB_RECURSE SBE_SOURCES
107
107
)
108
108
109
109
add_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
111
111
DEPENDS ${SBE_SOURCES}
112
112
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
113
113
COMMENT "Generating SBE jar"
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ add_custom_command(OUTPUT ${CODECS}
49
49
)
50
50
51
51
add_custom_target (
52
- ir_codecs
53
- DEPENDS ${CODECS}
52
+ ir_codecs
53
+ DEPENDS ${CODECS}
54
54
)
55
55
56
56
set (HEADERS
57
- sbe/sbe.h
57
+ sbe/sbe.h
58
58
otf/IrDecoder.h
59
59
otf/Token.h
60
60
otf/Encoding .h
You can’t perform that action at this time.
0 commit comments