[Trilinos-Users] Build regression on BGP

Brad King brad.king at kitware.com
Fri Apr 30 07:52:13 MDT 2010


John R Cary wrote:
> login3.intrepid$ grep -v '^ *#'
> /gpfs/home/cary/projects/vpall/numpkgs/Toolchain-BlueGeneP-mpixl.cmake |
> grep -v '^$'
> SET(CMAKE_SYSTEM_NAME BlueGeneP-MPIXL)

Change this to

  set(CMAKE_SYSTEM_NAME "Generic")

to get rid of those messages.  Generally only platform names with
files in Modules/Platform in CMake will work.  That's why the
"Generic" name is available for cross compiling.

This wasn't actually causing any problems though.

-Brad



More information about the Trilinos-Users mailing list