Build with RelWithDebInfo fails
I got:
CMake Error at src/external/rawspeed/cmake/build-type.cmake:23 (message):
Unknown build type: RELWITHDEBINFO. Please specify one of:
Debug;ReleaseWithAsserts;Release;Coverage;Sanitize;TSan;Fuzz
Call Stack (most recent call first):
src/external/rawspeed/CMakeLists.txt:167 (include)
And not possible to specify DEBUG because of
https://github.com/darktable-org/darktable/blob/26345f75fd379ed18be295b8eb36d0837a5a5d31/CMakeLists.txt#L270-L272
Related discussion at downstream https://bugs.gentoo.org/956349
Darktable version 5.0.1
Gentoo Linux
SOURCE_PACKAGE is set to 'true' if you don't have a .git subdirectory in the top level of the source tree. Create it and that check should no longer trigger.
But I want to fix the package in Gentoo package manager, looks like it a bad design to create .git folder during installation...
This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.