You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the project's source files are collected via globbing. src/libdbcppp/CMakeLists.txt is one example (see lines 31ff), but this certainly applies to other CMakeLists.txt as well.
The docs explicitly discourage this way of collecting sources:
We do not recommend using GLOB to collect a list of source files from your source tree.
Currently, the project's source files are collected via globbing.
src/libdbcppp/CMakeLists.txt
is one example (see lines 31ff), but this certainly applies to otherCMakeLists.txt
as well.The docs explicitly discourage this way of collecting sources:
Instead, consider listing the sources explicitly.
The text was updated successfully, but these errors were encountered: