I believe I am also having this issue. "find_package(SDL2 REQUIRED)" in CMakeLists.txt yields the following error: -- Target architecture: x86_64 <FindSDL2.cmake> </FindSDL2.cmake> CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find SDL2 (missing: SDL2_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) externals/cmake-modules/FindSDL2.cmake:239 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:155 (find_package)
On Tue, 04 Feb 2020 12:13:53 +0100 Felix Geyer <fge...@debian.org> wrote: > Hi, > > On 2020-02-04 11:41, Kyuma Ohta wrote: > > Package: libsdl2-dev > > Version: 2.0.10+dfsg1-2 > > Severity: important > > > > Dear Maintainer, > > > > From this version, building any softwares with CMake, > > not configurable. > > This is *REGRESSION* of fix of BUG #946496. > > Please revert this fix, or apply fixes to CMake package, > > FindSDL.cmake. > > What exactly is broken? > Can you please provide an example with the CMakeLists.txt code and the > log output? > > Felix > >