OpenSceneGraph/packaging
PntAndCnt cf4d981483 Set OpenSceneGraph_${component}_FOUND to TRUE for existing target.
Following statement will never set OpenSceneGraph_osgText_FOUND to TRUE:

```
FIND_PACKAGE(OpenSceneGraph REQUIRED COMPONENTS osgViewer osgText CONFIG)
```

It cause cmake failure, the error message is confusing:
```
Found package configuration file:

/usr/local/osg/gl2/lib/cmake/OpenSceneGraph/OpenSceneGraphConfig.cmake

but it set OpenSceneGraph_FOUND to FALSE so package "OpenSceneGraph" is
considered to be NOT FOUND.
```

I know one doesn't need to add osgText after osgViewer, but it should
not cause an error with confusing message.
2019-12-13 07:49:44 +08:00
..
cmake Set OpenSceneGraph_${component}_FOUND to TRUE for existing target. 2019-12-13 07:49:44 +08:00
ld.so.conf.d Use GNUInstallDirs for library installation path 2019-03-14 08:46:46 -07:00
pkgconfig Use GNUInstallDirs for library installation path 2019-03-14 08:46:46 -07:00