File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sbe-tool/src/main/cpp/otf Expand file tree Collapse file tree 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}")
6666set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /binaries" )
6767set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /lib" )
6868
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)
7070if (SBE_JAR)
7171 message ("latest SBE jar found: ${SBE_JAR} " )
7272else ()
Original file line number Diff line number Diff line change 4242#include " Token.h"
4343
4444using namespace sbe ::otf;
45- using namespace uk_co_real_logic_sbe_ir_generated ;
45+ using namespace uk ::co::real_logic::sbe::ir::generated ;
4646
4747namespace sbe {
4848namespace otf {
You can’t perform that action at this time.
0 commit comments