Open ghost opened 5 years ago
I have this problem, did this:
Changed return t;
for return std::move(t);
on lib/cxxopts/include/cxxopts.hpp:195
I have this problem, did this: Changed
return t;
forreturn std::move(t);
onlib/cxxopts/include/cxxopts.hpp:195
it works
Attempting to install on Mac OS Catalina with latest git clone:
mkdir tifig/build
cd tifig/build && cmake ..
then
make
results in the following output: