SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

CMake is used incorrectly #19

Closed KOLANICH closed 1 year ago

KOLANICH commented 5 years ago

For example c++ version should be set using set_property(TARGET glcapsviewer property CXX_STANDARD 20). For hardening I have an own module https://gitlab.com/KOLANICH/SQLiteCpp/blob/fixes_by_KOLANICH/cmake/Hardening.cmake , feel free to reuse.