Last change
on this file since 52 was 50, checked in by Marek Kurdej, 12 years ago |
CMake: updated to conform to the coding style.
|
File size:
676 bytes
|
Line | |
---|
1 | #################################################
|
---|
2 | # ___________ ____ ______ __ __ _____ #
|
---|
3 | # \____ \__ \ _/ ___\\____ \| | \/ ___/ #
|
---|
4 | # | |_> > __ \\ \___| |_> > | /\___ \ #
|
---|
5 | # | __(____ /\___ > __/|____//____ > #
|
---|
6 | # |__| \/ \/|__| \/ #
|
---|
7 | # #
|
---|
8 | #################################################
|
---|
9 |
|
---|
10 | # ========================================
|
---|
11 | # GCC-Based compilers
|
---|
12 | # ========================================
|
---|
13 | if("${CMAKE_CXX_COMPILER}" MATCHES "gcc|icc|clang")
|
---|
14 | pacpus_info("The libraries will be compiled with -fPIC")
|
---|
15 | list(APPEND PACPUS_DEFINITIONS " -fPIC ")
|
---|
16 | endif()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.