# ign-cmake **Repository Path**: ros2_humble/ign-cmake ## Basic Information - **Project Name**: ign-cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: InterfaceLibraries_eigen3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-31 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ignition CMake ** CMake modules to be used by the Ignition projects. ** This package is required to build ignition projects, as well as to link your own projects against them. It provides modules that are used to find dependencies of ignition projects and generate cmake targets for consumers of ignition projects to link against. ## Installation Standard installation can be performed in UNIX systems using the following steps: - mkdir build/ - cd build/ - cmake .. - sudo make install ### Contribution guidelines ### * Writing tests * Code review * Other guidelines ## Uninstallation To uninstall the software installed with the previous steps: - cd build/ - sudo make uninstall