[CMake] CMake ignores CPLUS_INCLUDE_PATH?

Alain Leblanc aalebl at gmail.com
Mon Oct 19 15:54:19 EDT 2009


On 10/19/2009 03:51 PM, David Doria wrote:
> 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
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>    
You can use $ENV{CPLUS_INCLUDE_PATH} to get the contents of the path.

a



More information about the CMake mailing list