hlrs-vis / covise

Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
http://www.hlrs.de/covise/
186 stars 88 forks source link

Make FindCOVER.cmake search for the correct covise-exports.cmake file #2

Closed devurandom closed 9 years ago

devurandom commented 9 years ago

The file is named covise-exports.cmake, not cover-exports.cmake

aumuell commented 9 years ago

Thank you for the request.

Although the variable name COVISE_EXPORTS_FILE in FindCOVER.cmake is confusing (copy & paste from FindCOVISE.cmake), the name cover-exports.cmake is ok: OpenCOVER is built in a separate CMake project. On UNIX, this should happen automatically after building COVISE when typing make in the root of your git checkout.