Changed the PRIVATE property of the CMakeLists for triangle to PUBLIC. Otherwise the flags given are not propagated to the higher level projects (utilities, delynoi). The lack of this caused a linking error under Windows.
Removed a line in the install. That line caused an error both with GCC and with Visual C++.
PRIVATE
property of the CMakeLists for triangle toPUBLIC
. Otherwise the flags given are not propagated to the higher level projects (utilities, delynoi). The lack of this caused a linking error under Windows.