Skip to content

Commit a7527c0

Browse files
ilya-fedinjohn-preston
authored andcommitted
Use the right path to build directory for cld3 code generation
1 parent d9f958e commit a7527c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/cld3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ init_target(external_cld3_bundled "(external)")
1313
set(cld3_loc ${third_party_loc}/cld3)
1414
set(cld3_src ${cld3_loc}/src)
1515

16-
set(gen_loc ${cld3_loc}/build/gen)
16+
set(gen_loc ${CMAKE_CURRENT_BINARY_DIR}/gen)
1717
set(gen_dst ${gen_loc}/cld_3/protos)
1818

1919
if (DESKTOP_APP_USE_PACKAGED OR LINUX)

0 commit comments

Comments
 (0)