f5bd5b4dd7077be8b967b5c05679538c3bff5000
[alexxy/gromacs.git] / cmake / Platform / BlueGeneQ-static.cmake
1
2 #=============================================================================
3 # Copyright 2010 Kitware, Inc.
4 # Copyright 2010 Todd Gamblin <tgamblin@llnl.gov>
5 # Copyright 2012 Julien Bigot <julien.bigot@cea.fr>
6 #
7 # Distributed under the OSI-approved BSD License (the "License");
8 # see accompanying file Copyright.txt for details.
9 #
10 # This software is distributed WITHOUT ANY WARRANTY; without even the
11 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 # See the License for more information.
13 #=============================================================================
14 # (To distribute this file outside of CMake, substitute the full
15 #  License text for the above reference.)
16
17 include(BlueGeneQ-base)
18 set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)
19 set(CMAKE_FIND_LIBRARY_PREFIXES "lib")
20 set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")