There was an error while loading. Please reload this page.
1 parent ad4f243 commit 77732ceCopy full SHA for 77732ce
rosidl_generator_rs/cmake/custom_command.cmake
@@ -12,6 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+find_package(Python3 REQUIRED COMPONENTS Interpreter)
16
+set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
17
+
18
add_custom_command(
19
OUTPUT
20
${_generated_common_rs_files}
0 commit comments