Skip to content

Commit

Permalink
Use the right path to build directory for cld3 code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed May 16, 2024
1 parent d9f958e commit a7527c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/cld3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init_target(external_cld3_bundled "(external)")
set(cld3_loc ${third_party_loc}/cld3)
set(cld3_src ${cld3_loc}/src)

set(gen_loc ${cld3_loc}/build/gen)
set(gen_loc ${CMAKE_CURRENT_BINARY_DIR}/gen)
set(gen_dst ${gen_loc}/cld_3/protos)

if (DESKTOP_APP_USE_PACKAGED OR LINUX)
Expand Down

0 comments on commit a7527c0

Please sign in to comment.