Re: [CMake] CMAKE_COMPILER variable

2014-06-09 Thread Michael Enright
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.

Re: [CMake] CMAKE_COMPILER variable

2014-06-06 Thread Adam
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

[CMake] CMAKE_COMPILER variable

2014-06-06 Thread Michael Enright
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