Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- leo@SYS-ADMIN:~/Escritorio/torcs-car-setup-editor-main$ cmake .
- CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 3.5 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value or use a ...<max> suffix to tell
- CMake that the project does not need compatibility with older versions.
- CMake Warning (dev) at /usr/share/cmake-3.27/Modules/FindOpenGL.cmake:381 (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:7 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring done (0.0s)
- CMake Error at CMakeLists.txt:42 (add_executable):
- Cannot find source file:
- cardatadef.h
- Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
- .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
- .f95 .f03 .hip .ispc
- CMake Error at CMakeLists.txt:42 (add_executable):
- No SOURCES given to target: carsetupeditor
- CMake Generate step failed. Build files cannot be regenerated correctly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement