OS/Error

CMake Error at externals/glfw/CMakeLists.txt:222 (message): The RandR library and headers were not found

changyun 2022. 12. 22. 18:54

Ubuntu에서 Cmake 관련 코드를 실행하다가 문제 발생.

CMake Error at externals/glfw/CMakeLists.txt:222 (message):
The RandR library and headers were not found

 

xorg-dev 설치로 해결하였다. 

sudo apt-get install xorg-dev