diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-03-19 06:40:12 (GMT) |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-03-19 06:40:12 (GMT) |
commit | 13807bcb414c67cf8ee3f8b203fe30b472239072 (patch) | |
tree | 769c6c25f9e52ae817294ab6987f0fdc6dad2e75 /Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake | |
parent | 380db3de00bd74f01781ea93e9ba9cebdea000cc (diff) | |
download | CMake-13807bcb414c67cf8ee3f8b203fe30b472239072.zip CMake-13807bcb414c67cf8ee3f8b203fe30b472239072.tar.gz CMake-13807bcb414c67cf8ee3f8b203fe30b472239072.tar.bz2 |
BlueGene/Q Platform files
- based on the BlueGene/P platform files.
- tested by Todd Gamblin (LLNL) and David DeMarle (Kitware)
Diffstat (limited to 'Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake')
-rw-r--r-- | Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake b/Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake new file mode 100644 index 0000000..8f991de --- /dev/null +++ b/Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake @@ -0,0 +1,16 @@ + +#============================================================================= +# Copyright 2010 Kitware, Inc. +# Copyright 2010 Todd Gamblin <tgamblin@llnl.gov> +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) + +__BlueGeneQ_setup_static(GNU CXX) |