token2 / fido2-manage

This library is partially forked from libfido2 to provide a FIDO2.1 key management tool (with a GUI) under the Linux platform
Other
12 stars 3 forks source link

macos build #4

Closed schack closed 3 months ago

schack commented 3 months ago

Trying to build on macos, what am I missing ?

CMake Error at tools/CMakeLists.txt:54 (install): install TARGETS given target "fido2-token2" which does not exist.

-- MANDOC_PATH: /usr/bin/mandoc -- GZIP_PATH: /usr/bin/gzip -- Configuring incomplete, errors occurred! STL-R7N4H9RQF6:build henj$ cd .. STL-R7N4H9RQF6:fido2-manage henj$ make -C build make: *** No targets specified and no makefile found. Stop.

token2 commented 3 months ago

Good morning - our fault, there was a typo in the Cmake list . Fixed, should compile now. Please confirm

schack commented 3 months ago

Perfect, that did the trick, thanks a lot