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
I was trying to build a 3rd party package which includes "flintxx/evaluation_tools.h", looks like I built and installed flint2 using cmake instead of the autotools scripts. Perhaps autotools is still the preferred method? (I didn't see the equivalent of --enable-cxx=yes among the options in the CMakeLists.txt)
I was trying to build a 3rd party package which includes "flintxx/evaluation_tools.h", looks like I built and installed flint2 using cmake instead of the autotools scripts. Perhaps autotools is still the preferred method? (I didn't see the equivalent of --enable-cxx=yes among the options in the CMakeLists.txt)
EDIT: I think this is the relevant line in Makefile.in
https://github.com/flintlib/flint2/blob/17536724734a3a2a7edb8fd011336b3690dcebf7/Makefile.in#L762
I'm not very well versed in CMake, but I think something along these lines might work:
The text was updated successfully, but these errors were encountered: