Skip to content

Commit

Permalink
Make gz-gui8 required in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Aug 16, 2024
1 parent cc53fca commit 02be9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion irobot_create_gz/irobot_create_gz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find_package(ament_cmake REQUIRED)
set(OpenGL_GL_PREFERENCE LEGACY)

# Find the Ignition gui library
find_package(gz-gui8)
find_package(gz-gui8 REQUIRED)
add_subdirectory(Create3Hmi)

if(BUILD_TESTING)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ find_package(Qt5
REQUIRED
)

find_package(gz-gui8 REQUIRED)

qt5_add_resources(resources_rcc Create3Hmi.qrc)

add_library(
Expand Down

0 comments on commit 02be9b7

Please sign in to comment.