Skip to content

Commit

Permalink
Find rendering engines quietly, it's ok if they're not present
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Apr 23, 2021
1 parent e3d56ad commit e03f729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif()
# Find OGRE
list(APPEND ign_ogre_components "RTShaderSystem" "Terrain" "Overlay")

ign_find_package(IgnOGRE VERSION 1.8.0
ign_find_package(IgnOGRE VERSION 1.8.0 QUIET
COMPONENTS ${ign_ogre_components}
REQUIRED_BY ogre
PRIVATE_FOR ogre)
Expand All @@ -78,7 +78,7 @@ endif()

#--------------------------------------
# Find OGRE2
ign_find_package(IgnOGRE2 VERSION 2.1.0
ign_find_package(IgnOGRE2 VERSION 2.1.0 QUIET
COMPONENTS HlmsPbs HlmsUnlit Overlay
REQUIRED_BY ogre2
PRIVATE_FOR ogre2)
Expand All @@ -101,7 +101,7 @@ if(NOT MSVC)

#--------------------------------------
# Find OptiX
ign_find_package(OptiX VERSION 3.8.0
ign_find_package(OptiX VERSION 3.8.0 QUIET
REQUIRED_BY optix
PRIVATE_FOR optix)

Expand Down

0 comments on commit e03f729

Please sign in to comment.