diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aebd23a7..fe7d7b2bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ set(IGN_TRANSPORT_VER ${ignition-transport8_VERSION_MAJOR}) #-------------------------------------- # Find ignition-rendering -ign_find_package(ignition-rendering3 REQUIRED COMPONENTS ogre VERSION 3.5.0) +ign_find_package(ignition-rendering3 REQUIRED VERSION 3.5.0) set(IGN_RENDERING_VER ${ignition-rendering3_VERSION_MAJOR}) #-------------------------------------- diff --git a/examples/plugin/custom_context_menu/CMakeLists.txt b/examples/plugin/custom_context_menu/CMakeLists.txt index d40544c83..d0d5a6afe 100644 --- a/examples/plugin/custom_context_menu/CMakeLists.txt +++ b/examples/plugin/custom_context_menu/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-custom-context-menu) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/plugin/dialog_from_plugin/CMakeLists.txt b/examples/plugin/dialog_from_plugin/CMakeLists.txt index 74a6da541..067aeaf15 100644 --- a/examples/plugin/dialog_from_plugin/CMakeLists.txt +++ b/examples/plugin/dialog_from_plugin/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-dialog-from-plugin) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/plugin/hello_plugin/CMakeLists.txt b/examples/plugin/hello_plugin/CMakeLists.txt index bf28e292d..db3cf7bc0 100644 --- a/examples/plugin/hello_plugin/CMakeLists.txt +++ b/examples/plugin/hello_plugin/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-hello-plugin) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/plugin/ign_components/CMakeLists.txt b/examples/plugin/ign_components/CMakeLists.txt index 2360744da..45235614e 100644 --- a/examples/plugin/ign_components/CMakeLists.txt +++ b/examples/plugin/ign_components/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-ign-components) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/plugin/multiple_qml/CMakeLists.txt b/examples/plugin/multiple_qml/CMakeLists.txt index a0ec29140..1860e5bd9 100644 --- a/examples/plugin/multiple_qml/CMakeLists.txt +++ b/examples/plugin/multiple_qml/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-multiple-qml) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/standalone/custom_drawer/CMakeLists.txt b/examples/standalone/custom_drawer/CMakeLists.txt index 820cc2fa5..b341e6a81 100644 --- a/examples/standalone/custom_drawer/CMakeLists.txt +++ b/examples/standalone/custom_drawer/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-custom-drawer) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/standalone/dialogs/CMakeLists.txt b/examples/standalone/dialogs/CMakeLists.txt index 181ff8dbc..3e0ffae75 100644 --- a/examples/standalone/dialogs/CMakeLists.txt +++ b/examples/standalone/dialogs/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-dialogs) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif() diff --git a/examples/standalone/window/CMakeLists.txt b/examples/standalone/window/CMakeLists.txt index 402781225..35da108e8 100644 --- a/examples/standalone/window/CMakeLists.txt +++ b/examples/standalone/window/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +project(ignition-gui-window) + if(POLICY CMP0100) cmake_policy(SET CMP0100 NEW) endif()