diff options
author | Brad King <brad.king@kitware.com> | 2015-03-24 15:26:24 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-03-24 15:26:24 (GMT) |
commit | 81db6506a9d7367da4c7fb5455c95dd40a13554e (patch) | |
tree | 3451049090032c6b348a2db52a547cbb43efee79 /Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake | |
parent | 048a8fb837360dcba23d0f0ea6d29fbfd94fc9dd (diff) | |
parent | 13807bcb414c67cf8ee3f8b203fe30b472239072 (diff) | |
download | CMake-81db6506a9d7367da4c7fb5455c95dd40a13554e.zip CMake-81db6506a9d7367da4c7fb5455c95dd40a13554e.tar.gz CMake-81db6506a9d7367da4c7fb5455c95dd40a13554e.tar.bz2 |
Merge topic 'blugeneq-platform-files'
13807bcb BlueGene/Q Platform files
Diffstat (limited to 'Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake')
-rw-r--r-- | Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake b/Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake new file mode 100644 index 0000000..102ac80 --- /dev/null +++ b/Modules/Platform/BlueGeneQ-dynamic-GNU-C.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_dynamic(GNU C) |