Closed KOLANICH closed 1 year 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.
set_property(TARGET glcapsviewer property CXX_STANDARD 20)
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.