Peter Kokot

Results 34 comments of Peter Kokot

Oh, sorry, sorry! I've just noticed what is the issue here. On my installation (Ubuntu, APT default package) I have the following `OpenALConfig.cmake` file: ```cmake cmake_minimum_required(VERSION 3.1) include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") set(OPENAL_FOUND ON)...

When trying to find OpenAL with find_package(OpenAL CONFIG) the error is emitted on CMake 4.x versions. Edit: I see, this change is for the root CMakeLists.txt. The error I'm mentioning...

This one (That CMake 3.1 should be increased in the config file): ```txt CMake Error at /usr/lib/x86_64-linux-gnu/cmake/OpenAL/OpenALConfig.cmake:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the...

Opened here https://github.com/kcat/openal-soft/issues/1161