We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f958e commit a7527c0Copy full SHA for a7527c0
external/cld3/CMakeLists.txt
@@ -13,7 +13,7 @@ init_target(external_cld3_bundled "(external)")
13
set(cld3_loc ${third_party_loc}/cld3)
14
set(cld3_src ${cld3_loc}/src)
15
16
-set(gen_loc ${cld3_loc}/build/gen)
+set(gen_loc ${CMAKE_CURRENT_BINARY_DIR}/gen)
17
set(gen_dst ${gen_loc}/cld_3/protos)
18
19
if (DESKTOP_APP_USE_PACKAGED OR LINUX)
0 commit comments