~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Modules/Platform/BlueGeneP-dynamic.cmake

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

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