Skip to content

Commit becc53d

Browse files
committed
[C++]: change name of codec directory to coincide with Java build
1 parent cfc3fa5 commit becc53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ else()
7373
message(FATAL_ERROR "could not find latest SBE jar in ${CMAKE_CURRENT_SOURCE_DIR}/sbe-all/build/libs")
7474
endif()
7575

76-
set(CODEC_TARGET_DIR "${CMAKE_CURRENT_BINARY_DIR}/codecs")
76+
set(CODEC_TARGET_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated")
7777
set(CODEC_SCHEMA_DIR "${CMAKE_CURRENT_SOURCE_DIR}/sbe-tool/src/test/resources")
7878
set(CODEC_PERF_SCHEMA_DIR "${CMAKE_CURRENT_SOURCE_DIR}/sbe-benchmarks/src/main/resources")
7979
set(CODEC_EXAMPLES_SCHEMA_DIR "${CMAKE_CURRENT_SOURCE_DIR}/sbe-samples/src/main/resources")

0 commit comments

Comments
 (0)