Re: [CMake] install(EXPORT ...) includes target "B" which requires target "A" that is not in the export set

2014-09-11 Thread Alexander Neundorf
On Thursday, September 11, 2014 23:51:21 Nico Schlömer wrote: > Hi all, > > One of my projects contains two libraries libA and libB, where libB > depends on libA, and both are exporting their configuration through > the usual `INSTALL(EXPORT ...)` mechanisms. > I'm getting errors of the type > ```

[CMake] install(EXPORT ...) includes target "B" which requires target "A" that is not in the export set

2014-09-11 Thread Nico Schlömer
Hi all, One of my projects contains two libraries libA and libB, where libB depends on libA, and both are exporting their configuration through the usual `INSTALL(EXPORT ...)` mechanisms. I'm getting errors of the type ``` CMake Error: install(EXPORT "SEACASNemesis-exports" ...) includes target "n