diff options
author | Brad King <brad.king@kitware.com> | 2010-08-17 19:14:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-08-17 19:14:07 (GMT) |
commit | da6fc97f19f0240e65222198a176e96334dcf8fa (patch) | |
tree | f2f10bd1c6f62e67cc98a2af6d170b4dd472ec01 /Modules/Platform/BlueGeneP-static.cmake | |
parent | 465f4dd5a2a62d9bdf880a1586e483583bc847bc (diff) | |
parent | 7083c81db7f874b4a0bc3b4b2b3a5f0db86adeb8 (diff) | |
download | CMake-da6fc97f19f0240e65222198a176e96334dcf8fa.zip CMake-da6fc97f19f0240e65222198a176e96334dcf8fa.tar.gz CMake-da6fc97f19f0240e65222198a176e96334dcf8fa.tar.bz2 |
Merge topic 'tg/BlueGeneP'
7083c81 Add platform files for BlueGene/P systems
Diffstat (limited to 'Modules/Platform/BlueGeneP-static.cmake')
-rw-r--r-- | Modules/Platform/BlueGeneP-static.cmake | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Modules/Platform/BlueGeneP-static.cmake b/Modules/Platform/BlueGeneP-static.cmake new file mode 100644 index 0000000..c4f5f21 --- /dev/null +++ b/Modules/Platform/BlueGeneP-static.cmake @@ -0,0 +1,19 @@ + +#============================================================================= +# 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.) + +include(Platform/BlueGeneP-base) +set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE) +set(CMAKE_FIND_LIBRARY_PREFIXES "lib") +set(CMAKE_FIND_LIBRARY_SUFFIXES ".a") |