LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 483 forks source link

test: fix includetest to use CMAKE_MAKE_PROGRAM #431

Closed puleglot closed 4 years ago

puleglot commented 4 years ago

includetest currently fais if, for example, ninja is used as a CMake generator. Fix it by using CMAKE_MAKE_PROGRAM in the test.

puleglot commented 4 years ago

Downstream bug: https://bugs.gentoo.org/729092

puleglot commented 4 years ago

Oh, and another problem with this test is that it doesn't respect CMAKE_C_COMPILER variable and cc is not guaranteed to exist. :)