September 2018
Intermediate to advanced
606 pages
14h 32m
English
The ingredient for this recipe will be a tiny Python script (test.py) that always returns 1, which CMake interprets as a failure:
import sys# simulate a failing testsys.exit(1)
Read now
Unlock full access