Skip to content

Commit

Permalink
fix CMake warning about using uninitialized variables (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Apr 17, 2020
1 parent 831320f commit 9cec37a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qt_gui_py_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ ament_python_install_package(${PROJECT_NAME}
install(DIRECTORY resource
DESTINATION share/${PROJECT_NAME})

install(TARGETS ${_library_name}
DESTINATION "${PYTHON_INSTALL_DIR}/${PROJECT_NAME}"
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)

Expand Down

0 comments on commit 9cec37a

Please sign in to comment.