On Fri, Jun 6, 2014 at 3:55 PM, Adam wrote:
> I think the "CMAKE_COMPILER" variable you're referring to is just a custom
> variable passed to your external project, which it uses to build the
> standard variables "CMAKE_C_COMPILER" & "CMAKE_CXX_COMPILER". This is why
> your not finding anything.
I think the "CMAKE_COMPILER" variable you're referring to is just a custom
variable passed to your external project, which it uses to build the
standard variables "CMAKE_C_COMPILER" & "CMAKE_CXX_COMPILER". This is why
your not finding anything.
Have a look at these pages
http://www.cmake.org/Wiki
I've got an External_Project_Add in my superbuild that adds a CMake-built
library to the build. It attempts to use the CMAKE_COMPILER variable in
order to define CMAKE_C_COMPILER for this library's build.
This external project's build is flakey. I intend to diagnose this myself
so I don't plan to