Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- vim명령어
- NodeMCU
- ubuntu
- vtk
- apt update
- 아두이노
- rotation
- opencv resize
- 아두이노 설치
- esp32
- sshkey
- opengl
- Python
- 고정ip할당
- google drive 업로드
- vi
- opencv
- c#
- 우분투 opencv 설치
- annotating
- 정보처리기사후기
- libopencv-dev
- Winform
- 정보처리기사
- google drive upload
- translation
- api사용해서 google drive에 폴더만들기
- vim
- Google Drive API
- opencv apt설치
Archives
- Today
- Total
내가 보려고 만든 블로그
opengl cmake 경고창 뜰때 본문
반응형
CMake Warning (dev) at /usr/share/cmake-3.16/Modules/FindOpenGL.cmake:275 (message):
Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
available. Run "cmake --help-policy CMP0072" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
FindOpenGL found both a legacy GL library:
OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
and GLVND libraries for OpenGL and GLX:
OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
CMakeLists.txt:25 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/my/cmakeTest/build/
cmake 했을때 되긴하는데!! 경고문구때문에 거슬리면
cmake -S .. -B build -Wno-dev
이렇게 쓰면 경고문구 안나옴 cmake -S 옆에 ..은 cmake는 현재경로 바깥에 있어서 그렇게 했음.
현재경로에서 쓸거면 .만 쓰면 됨... 근데 폴더안이 복잡해지니깐 build폴더에서 하는게 나을듯함
반응형
'OpenGL' 카테고리의 다른 글
opengl 삼각형, 사각형, 정육면체 index (0) | 2022.08.25 |
---|---|
opengl 참고사이트 (0) | 2022.08.24 |
우분투환경에서 opengl 설치 (0) | 2022.08.04 |
openGL 공부 (0) | 2022.07.01 |
OpenGL super bible 책에서 소스코드 실행하기(ubuntu환경) (0) | 2022.06.30 |