• Samuel Martin's avatar
    cmake: tests: disable test_fork if fork() is not available · c83d4e01
    Samuel Martin authored
    fork() support is optional and its availability is correctly detected at
    contfigure time.
    
    But test_fork was all always built, preventing build for targets that do
    not provide fork() from building successfully.
    
    This pacth fixes the CMakeLists.txt on this point.
    c83d4e01
CMakeLists.txt 27.2 KB