if(CRYPTO_FOUND)
target_compile_definitions(${target} PRIVATE CONF_OPENSSL)
target_include_directories(${target} PRIVATE ${CRYPTO_INCLUDE_DIRS})
endif()
how do i not fall back to md5? and get proper openssl support? ._. im on debian and got libssl-dev installed[2022-01-20 13:49:57][gfx]: Created OpenGL 4.1 context.
[2022-01-20 13:49:58][opengl]: Vendor string: Apple
[2022-01-20 13:49:58][opengl]: Version string: 4.1 Metal - 76.3
[2022-01-20 13:49:58][gfx]: GPU vendor: Apple
[2022-01-20 13:49:58][gfx]: GPU renderer: Apple M1 Pro
[2022-01-20 13:49:58][gfx]: GPU version: 4.1 Metal - 76.3
[2022-01-20 13:53:59][gfx]: Created OpenGL 3.3 context.
[2022-01-20 13:54:00][opengl]: Vendor string: Apple
[2022-01-20 13:54:00][opengl]: Version string: 4.1 Metal - 76.3
[2022-01-20 13:54:00][gfx]: GPU vendor: Apple
[2022-01-20 13:54:00][gfx]: GPU renderer: Apple M1 Pro
[2022-01-20 13:54:00][gfx]: GPU version: 4.1 Metal - 76.3
CRenderTools::RenderTilemapGenerateSkip
to CLayers::InitTilemapSkip
, as it can be a private function in CLayers
.
CLayers::NumLayers
accessor.