diff --git a/cmake/qurt/builtin_commands.cpp_stub b/cmake/qurt/builtin_commands.cpp_in similarity index 100% rename from cmake/qurt/builtin_commands.cpp_stub rename to cmake/qurt/builtin_commands.cpp_in diff --git a/cmake/qurt/px4_impl_qurt.cmake b/cmake/qurt/px4_impl_qurt.cmake index e6df99cd27..1874787f57 100644 --- a/cmake/qurt/px4_impl_qurt.cmake +++ b/cmake/qurt/px4_impl_qurt.cmake @@ -104,7 +104,7 @@ function(px4_qurt_generate_builtin_commands) math(EXPR command_count "${command_count}+1") endif() endforeach() - configure_file(${CMAKE_SOURCE_DIR}/cmake/qurt/builtin_commands.cpp_stub + configure_file(${CMAKE_SOURCE_DIR}/cmake/qurt/builtin_commands.cpp_in ${OUT}) endfunction()