Skip to content

filedatabase.cpp: Fix return type and don't leak

Thomas Braun requested to merge bugfix-filedatabase-leaks into main
target_link_libraries(mylibrary PRIVATE $<$<AND:$<CXX_COMPILER_ID:GNU>,$<VERSION_LESS:$<CXX_COMPILER_VERSION>,9.0>>:stdc++fs>)

https://gitlab.kitware.com/cmake/cmake/-/issues/17834

@phako please give that a shot.

Close #1261

Edited by Thomas Braun

Merge request reports