Hello everyone! I have got an issue while setuping Ardupilot plugin.an error occurred when i wrote in the wsl comman line this command:cmake

cmake ..
make -j4
sudo make install
mkdir: cannot create directory ‘build’: File exists
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a … suffix to tell
CMake that the project does not need compatibility with older versions.

CMake Error at CMakeLists.txt:11 (find_package):
By not providing “Findgazebo.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “gazebo”, but
CMake did not find one.

Could not find a package configuration file provided by “gazebo” with any
of the following names:

gazeboConfig.cmake
gazebo-config.cmake

Add the installation prefix of “gazebo” to CMAKE_PREFIX_PATH or set
“gazebo_DIR” to a directory containing one of the above files. If “gazebo”
provides a separate development package or SDK, be sure it has been
installed.

– Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found. Stop.[quote=“Abdulazim_Israilov, post:1, topic:3737, full:true”]
cmake ..
make -j4
sudo make install
mkdir: cannot create directory ‘build’: File exists
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a … suffix to tell
CMake that the project does not need compatibility with older versions.

CMake Error at CMakeLists.txt:11 (find_package):
By not providing “Findgazebo.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “gazebo”, but
CMake did not find one.

Could not find a package configuration file provided by “gazebo” with any
of the following names:

gazeboConfig.cmake
gazebo-config.cmake

Add the installation prefix of “gazebo” to CMAKE_PREFIX_PATH or set
“gazebo_DIR” to a directory containing one of the above files. If “gazebo”
provides a separate development package or SDK, be sure it has been
installed.

– Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found. Stop.
[/quote]

NOTE#I have installed the ubuntu 24.04

Hey there! I’m also facing the same issue while trying to build the CMake file for setting up the ArduPilot Gazebo Plugin. If you’ve managed to find a solution, I’d really appreciate it if you could kindly share the steps or workaround. Thanks in advance!

This was my error code:

CMake Error at CMakeLists.txt:11 (find_package):
  By not providing "Findgazebo.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "gazebo", but
  CMake did not find one.

  Could not find a package configuration file provided by "gazebo" with any
  of the following names:

    gazeboConfig.cmake
    gazebo-config.cmake

  Add the installation prefix of "gazebo" to CMAKE_PREFIX_PATH or set
  "gazebo_DIR" to a directory containing one of the above files.  If "gazebo"
  provides a separate development package or SDK, be sure it has been
  installed.