Skip to content

Commit

Permalink
[C++]: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jul 22, 2016
1 parent 960b9ec commit a6a0511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set(LIBSUFFIX "${CMAKE_STATIC_LIBRARY_SUFFIX}")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/binaries")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib")

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)
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)
if(SBE_JAR)
message("latest SBE jar found: ${SBE_JAR}")
else()
Expand Down
2 changes: 1 addition & 1 deletion sbe-tool/src/main/cpp/otf/IrDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "Token.h"

using namespace sbe::otf;
using namespace uk_co_real_logic_sbe_ir_generated;
using namespace uk::co::real_logic::sbe::ir::generated;

namespace sbe {
namespace otf {
Expand Down

0 comments on commit a6a0511

Please sign in to comment.