Eyescale/Equalizer

Equalizer fails to cmake

Closed this issue · 1 comments

Clean ubuntu 14.04, with cmake version 2.8.12.2
git clone https://github.com/Eyescale/Equalizer
cd Equalizer
mkdir build
cd build
cmake ..

-- Found VRPN in /usr/local/include;/usr/local/lib/libvrpn.a
CMake Error at /usr/local/share/vmmlib/CMake/vmmlibConfig.cmake:58 (find_package):
find_package called with invalid argument "SYSTEM"
Call Stack (most recent call first):
CMake/configure.cmake:30 (common_package)
CMakeLists.txt:44 (include)

(I'm guessing the CMakeLIsts.txt minimum Cmake 2.8 requirement might be too low)

Ok, the error was due to a previous installation of Equalizer, Pression, Lunchbox, vmmlib, etc.
It was finding the installed versions and giving an error.
Removing the previously installed versions seems to work