Bug#950627: Regression: Unable to config with CMake

2020-04-27 Thread Simon McVittie
Version: 2.0.10+dfsg1-3 On Tue, 04 Feb 2020 at 19:41:11 +0900, Kyuma Ohta wrote: > From this version, building any softwares with CMake, > not configurable. > This is *REGRESSION* of fix of BUG #946496. This appears to be the same bug as #909740, #951087, etc. and should be fixed in version

Bug#950627: Regression: Unable to config with CMake

2020-02-10 Thread Brian Clinkenbeard
Since SDL2 now comes bundled with sdl2-config.cmake, it seems that using an external FindSDL2.cmake is no longer necessary in SDL2 projects using CMake. Here is the file I was talking about: https://github.com/yuzu-emu/yuzu/blob/master/externals/cmake-modules/FindSDL2.cmake When I remove this

Bug#950627: Regression: Unable to config with CMake

2020-02-10 Thread Felix Geyer
On 10.02.20 02:24, Brian Clinkenbeard wrote: I believe I am also having this issue. "find_package(SDL2 REQUIRED)" in CMakeLists.txt yields the following error: -- Target architecture: x86_64 CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):  

Bug#950627: Regression: Unable to config with CMake

2020-02-09 Thread Brian Clinkenbeard
I believe I am also having this issue. "find_package(SDL2 REQUIRED)" in CMakeLists.txt yields the following error: -- Target architecture: x86_64 CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):   Could NOT find SDL2 (missing: SDL2_INCLUDE_DIR)

Bug#950627: Regression: Unable to config with CMake

2020-02-04 Thread Felix Geyer
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

Bug#950627: Regression: Unable to config with CMake

2020-02-04 Thread Kyuma Ohta
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. Regards, Ohta. --