Yubico / libfido2

Provides library functionality for FIDO2, including communication with a device over USB or NFC.
Other
590 stars 152 forks source link

Replace the deprecated cmake subdirs call with add_subdirectory #666

Closed ntwerdochlib closed 1 year ago

ntwerdochlib commented 1 year ago

The cmake subdirs() call was marked as deprecated in CMake 3.0. This updates the CMakeLists.txt file to use add_subdirectory()

LDVG commented 1 year ago

Could you amend your commit to also replace the subdirs(udev) call on line 466? Thanks!

ntwerdochlib commented 1 year ago

Selective commits are always dangerous.. Will update the PR

LDVG commented 1 year ago

Cheers!