File tree 2 files changed +2
-2
lines changed
sbe-tool/src/main/cpp/otf
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ set(LIBSUFFIX "${CMAKE_STATIC_LIBRARY_SUFFIX}")
66
66
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /binaries" )
67
67
set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /lib" )
68
68
69
- file (GLOB SBE_JAR ${CMAKE_CURRENT_SOURCE_DIR} /sbe-all /build /libs/sbe-all -*-SNAPSHOT.jar ${CMAKE_CURRENT_SOURCE_DIR} /sbe-all /build /libs/sbe-all -*-RC4 .jar)
69
+ file (GLOB SBE_JAR ${CMAKE_CURRENT_SOURCE_DIR} /sbe-all /build /libs/sbe-all -*-SNAPSHOT.jar ${CMAKE_CURRENT_SOURCE_DIR} /sbe-all /build /libs/sbe-all -[0-9].[0-9].[0-9] .jar)
70
70
if (SBE_JAR)
71
71
message ("latest SBE jar found: ${SBE_JAR} " )
72
72
else ()
Original file line number Diff line number Diff line change 42
42
#include " Token.h"
43
43
44
44
using namespace sbe ::otf;
45
- using namespace uk_co_real_logic_sbe_ir_generated ;
45
+ using namespace uk ::co::real_logic::sbe::ir::generated ;
46
46
47
47
namespace sbe {
48
48
namespace otf {
You can’t perform that action at this time.
0 commit comments