天天看點

編譯安裝eigen時遇到的問題 GLUT_Xmu_LIBRARY (ADVANCED)

問題描述:

  編譯安裝eigen,cmake時遇到如下問題:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLUT_Xmu_LIBRARY (ADVANCED)
    linked by target "openglsupport" in directory {$PATH}

-- Configuring incomplete, errors occurred!
           

系統環境:

  ubuntu16.04

解決方案:

  執行:

sudo apt-get install libxmu-dev