Before using CMake, I would set paths that I wanted g++ to search for header files by adding them to CPLUS_INCLUDE_PATH. Is there a way to get CMake to search the paths specified by this variable? Could this be default behavior? Thanks, David