summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/BlueGeneP-static.cmake
blob: 9ee5888754a4436ed10b0d0d6f4cbac0c8da97c3 (plain)
1
2
3
4
5
6
7
8
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.


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")