source: pacpusframework/trunk/cmake/PacpusPlatforms.cmake@ 64

Last change on this file since 64 was 64, checked in by Marek Kurdej, 11 years ago

Modified property: added svn:keywords=Id.

  • Property svn:keywords set to Id
File size: 676 bytes
Line 
1#################################################
2# ___________ ____ ______ __ __ _____ #
3# \____ \__ \ _/ ___\\____ \| | \/ ___/ #
4# | |_> > __ \\ \___| |_> > | /\___ \ #
5# | __(____ /\___ > __/|____//____ > #
6# |__| \/ \/|__| \/ #
7# #
8#################################################
9
10# ========================================
11# GCC-Based compilers
12# ========================================
13if("${CMAKE_CXX_COMPILER}" MATCHES "gcc|icc|clang")
14 pacpus_info("The libraries will be compiled with -fPIC")
15 list(APPEND PACPUS_DEFINITIONS " -fPIC ")
16endif()
Note: See TracBrowser for help on using the repository browser.