How do I add multiple Include paths in the CMakeCache.txt file? Specifically, I have: //What is the path where the file Python.h can be found PYTHON_INCLUDE_PATH:PATH=/home/heiland/Python-2.2/Include and I'd like to also add -I/home/heiland/Python-2.2 to the Makefiles. Does this require defining a new KEY:TYPE=VALUE ? thanks, --Randy