Re: [CMake] ExternalProject with toolchain files for cross compiling?

2017-07-14 Thread Sergei Nikulov
2017-07-14 16:14 GMT+03:00 Robert Dailey : > So I'd like to use ExternalProject_Add() to pull down an external git > repository that builds with CMake. I'd like it to use the same > toolchain file that I"m using in my parent projects. However, I do not > see any explicit

[CMake] ExternalProject with toolchain files for cross compiling?

2017-07-14 Thread Robert Dailey
So I'd like to use ExternalProject_Add() to pull down an external git repository that builds with CMake. I'd like it to use the same toolchain file that I"m using in my parent projects. However, I do not see any explicit documentation regarding toolchain support for ExternalProject. Do I need to