Skip to content

Commit

Permalink
Remove examples/find_ogre3/ogre-3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ramir Sultanov <sumir0@proton.me>
  • Loading branch information
sumir0 committed Feb 10, 2025
1 parent 2f9bc67 commit 7db7c31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
10 changes: 5 additions & 5 deletions examples/find_ogre3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ A quick demonstration of searching for Ogre 3.0 via gz-cmake.

To test with the pkg-config and the specified version of Ogre installed:

## Ogre 3.0
## Ogre 3

```
cd ogre-3.0
```bash
cd ogre-3
mkdir build
cd build
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ cmake ..
```

### Expected output

```
-- Finding OGRE 3.0
```bash
-- Finding OGRE 3
-- Looking for OGRE3 using the name: OGRE
-- + component HlmsPbs: found
-- + component HlmsUnlit: found
Expand Down
23 changes: 0 additions & 23 deletions examples/find_ogre3/ogre-3.0/CMakeLists.txt

This file was deleted.

2 changes: 1 addition & 1 deletion examples/find_ogre3/ogre-3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
project(gz-ogre-3 VERSION 0.1.0)
project(gz-ogre-3)

find_package(gz-cmake4 REQUIRED)

Expand Down

0 comments on commit 7db7c31

Please sign in to comment.