File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function(qi_gen_idl OUT lang pkg dir)
108108 SRC "${abs_idl_path} "
109109 COMMENT "Generating remote proxy implementation ${generated_path} "
110110 DEPENDS "${QICC_EXECUTABLE} " "${staged_idl_path} " ${mirror_idl_file_target}
111- COMMAND "${QICC_EXECUTABLE} " -c cpp_remote "${staged_idl_path} " -o "${generated_path} " -t ${QI_SDK_DIR} )
111+ COMMAND readelf -d " ${CMAKE_CURRENT_SOURCE_DIR} /../build-qisdk/sdk/bin/qicc" | head -20 && readelf -d "/home/runner/.local/share/qitoolchain/qisdk/libqi/lib/libqi.so" | head -20 && "${QICC_EXECUTABLE} " -c cpp_remote "${staged_idl_path} " -o "${generated_path} " -t ${QI_SDK_DIR} )
112112 list (APPEND _out "${generated_path} " )
113113 list (APPEND _${OUT} _REMOTE "${generated_path} " )
114114 message (STATUS "Will generate C++ remote proxy implementation: ${generated_path} " )
You can’t perform that action at this time.
0 commit comments