Could not find a package configuration file provided by "ignition-cmake0", installing Gazebo on Windows
Hello. I am trying to install Gazebo on Windows by following this tutorial. Everything is fine untill step 9. In step 9, when I do .\configure, I get the output below.
ERROR:
Microsoft Windows [Version 10.0.18362.836] (c) 2019 Microsoft Corporation. Tüm hakları saklıdır.
C:\opt\gz-ws\ign-math>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
* Visual Studio 2017 Developer Command Prompt v15.9.19 * Copyright (c) 2017 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x86_x64'
C:\opt\gz-ws\ign-math>.\configure
C:\opt\gz-ws\ign-math>call :install_ign_project ign-cmake ign-cmake0 The system cannot find the batch label specified - install_ign_project Configuring for build type Release
C:\opt\gz-ws\ign-math>cd /d C:\opt\gz-ws\ign-math\
C:\opt\gz-ws\ign-math>md build A subdirectory or file build already exists.
C:\opt\gz-ws\ign-math>cd build
C:\opt\gz-ws\ign-math\build>cmake .. -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=""install\Release"" -DCMAKE_BUILD_TYPE="Release" -DBUILD_TESTING:BOOL=False CMake Error at CMakeLists.txt:12 (find_package): By not providing "Findignition-cmake0.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ignition-cmake0", but CMake did not find one.
Could not find a package configuration file provided by "ignition-cmake0" (requested version 0.3.0) with any of the following names:
ignition-cmake0Config.cmake
ignition-cmake0-config.cmake
Add the installation prefix of "ignition-cmake0" to CMAKE_PREFIX_PATH or set "ignition-cmake0_DIR" to a directory containing one of the above files. If "ignition-cmake0" provides a separate development package or SDK, be sure it has been installed.