Files
Ryan Carsten Schmidt 5a05de302d Do not force using the C compiler as the linker
Forcing the C compiler as the linker fails when linking sq_static
because the C++ standard library does not get linked in. By not forcing
this, CMake gets to choose which compiler to use as the linker based on
the languages of the files that comprise what is being linked, and in
this case it will choose to use the C++ compiler, fixing the problem.

Fixes #290
2024-07-30 20:21:35 -05:00
..
2016-02-15 20:51:20 +01:00
2015-12-22 03:14:21 +08:00